HASPDS_INFO Structure
Contains information that relates to the currently installed Sentinel LDK Run-time Environment. This is retrieved using haspds_GetInfo.
typedef struct HaspdsInfo
{
unsigned long ItemsNo;
HASPDS_INFO_ITEM Items[1];
} HASPDS_INFO, *PHASPDS_INFO;
Members
ItemsNo | Number of HASPDS_INFO_ITEM items in the structure |
Items[1] | Array of HASPDS_INFO_ITEM structures |