BOOL fOK;
int  iSession;
 
iSession = LceGetSessionId();
fOK = LceUsePriority(iSession, 25);
fOK = LceOpenSession(iSession);

  • No labels