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_0325.htm]
You are here:

6.39.2 C Examples

C Example 1
int iSession;
iSession = LceGetSessionId();
if (iSession = 0)
{
         / return error /
}
 
C Example 2
Get two session IDs:
int iSession1;
int iSession2;
 
iSession1 = LceGetSessionId();
iSession2 = LceGetSessionId();
 
[ |../../index.htm#lansa/srvgudba_0325.htm]

  • No labels