BOOL fOK;
int  iSession;
 
iSession = LceGetSessionId();
fOK = LceUseSystem(iSession, "SYSTEM1");
fOK = LceOpenSession(iSession);
  • No labels