Versions Compared

Key

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

[ Image Removed |../../index.htm#lansa/srvgudba_0055.htm]
You are here:

...

     BOOL fOK;
int  iSession;

iSession = LceGetSessionId
fOK = LceSetCommitmentOn(iSession);
fOK = LceOpenSession(iSession);
 
/ perform file updates /

...

     fOK = LceCommitWork(iSession);

...