You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

BOOL fOK;
int  iSession;
char szBuffer[PASSWORD_LONG_LENGTH + 1];
 
/ Call dialog to get password /
GetPasword (szBuffer);
iSession = LceGetSessionId();
fOK = LceUseUserId(iSession, "QPGMR");
   fOK = LceUsePassword(iSession, szBuffer);
... 
fOK = LceOpenSession(iSession);
 
[ |../../index.htm#lansa/srvgudba_0645.htm]

  • No labels