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

Compare with Current View Page History

« Previous Version 2 Current »

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

  • No labels