You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Retrieve version information and do not display.
long lVersion;
int iMajorRel;
int iMinorRel;
 
lVersion = LceVersion(FALSE, NULL);
iMajorRel = HIWORD(lVersion);
iMinorRel = LOWORD(lVersion);

  • No labels