HASPDS_VENDOR_INFO_ITEM Structure
Contains information that relates to the currently installed Sentinel LDK Run-time Environment.
typedef struct Haspds_VendorInfoItem
{
char FileName[128];
unsigned long PackageVersion;
} HASPDS_VENDOR_INFO_ITEM, *PHASPDS_VENDOR_INFO_ITEM;
Members
FileName | Name of the Vendor file |
PackageVersion | Version of the Vendor library file contained in the DLL Installer package |
Related Topics