JEWCALVERSION

The JEWCALVERSION structure contains version information about JEWCAL.DLL. It is retrieved by the JewcalGetVersion function.

typedef struct tagJEWCALVERSION
{
  DWORD cbSize;
  DWORD dwMajorVersion;
  DWORD dwMinorVersion;
  DWORD dwBuildNumber;
} JEWCALVERSION;
typedef JEWCALVERSION FAR* LPJEWCALVERSION;

Members

cbSize
Must contain the size of this structure, sizeof(JEWCALVERSION) before calling JewcalGetVersion.

dwMajorVersion
Contains the major version number of JEWCAL.DLL.

dwMinorVersion
Contains the minor version number of JEWCAL.DLL.

dwBuildNumber
Contains the build number of JEWCAL.DLL.

See Also

JewcalGetVersion