[ |../../index.htm#lansa/srvgudba_0590.htm]
You are here:
6.75.2 C Example
BOOL fOK;
int iSession;
char szBuffer[PASSWORD_LONG_LENGTH + 1];
/ Call dialog to get password /
GetPassword (szBuffer);
iSession = LceGetSessionId();
fOK = LceUseUserId(iSession, "QPGMR");
fOK = LceUsePassword(iSession, szBuffer);
...
fOK = LceOpenSession(iSession);
[
|../../index.htm#lansa/srvgudba_0590.htm]