HASPDS_INFO_ITEM Structure

Contains information that relates to the currently installed Sentinel LDK Run-time Environment.

typedef struct HaspdsInfoItem
{
     char            FileName[14];
     unsigned long   InstalledVersion;
     unsigned long   PackageVersion;
}  HASPDS_INFO_ITEM,
*PHASEPDS_INFO_ITEM;

Members

FileName Name of the Run-time Environment file
InstalledVersion Version of the currently installedrun-time environment
PackageVersion Version of the Run-time Environment contained in the DLL Installer package

Related Topics

HASPDS_INFO Structure