BOOL fOK;
int  iSession;
 
iSession = LceGetSessionId();
fOK = LceUseTmpDrive2(iSession);
fOK = LceOpenSession(iSession);
  • No labels