Versions Compared

Key

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

...

     ' set commit mode
iSession = LceGetSessionId():

...

 
If bCommit = True Then
    iRet = LceSetCommitmentOn(iSession)
Else

...

         iRet = LceSetCommitmentOff(iSession)

...

     End If
iRet = LceOpenSession(iSession):