Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     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);