6 81 2 C Example

LANSA Open Guide

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);