Obtains a valid session identifier. This is usually the first function issued by your application.
int | LceGetSessionId | (VOID ) | |
None
The returned value is a positive session identifier.
0 is returned if a new session cannot be allocated.
The session ID is used as a parameter in the following functions to indicate which session is being referenced.
More than one session ID can be retrieved and then opened using LceOpenSession.