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

Compare with Current View Page History

Version 1 Next »

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

6.9.2 C Example

BOOL fOK;
int  iSession;
 
iSession = LceGetSessionId
fOK = LceSetCommitmentOn(iSession);
fOK = LceOpenSession(iSession);
 
/ perform file updates /
fOK = LceCommitWork(iSession);
 
[ |../../index.htm#lansa/srvgudba_0055.htm]

  • No labels