[ |../../index.htm#lansa/srvgudba_0655.htm]
You are here:

6.81.2 C Example

Retrieve version information and do not display.
long lVersion;
int iMajorRel;
int iMinorRel;
 
lVersion = LceVersion(FALSE, NULL);
iMajorRel = HIWORD(lVersion);
iMinorRel = LOWORD(lVersion);
 
[ |../../index.htm#lansa/srvgudba_0655.htm]