Use
Gets the number of sessions in the R/3 connection.
Syntax
DWORD DLEX It_Ev_GetSessionCount (HANDLE hMr);
Parameters
hMr |
Connection handle |
Return Value
Returns the number of sessions.
Example
In the following example hndl is the connection handle:
int m_TotalSessions = ItEv_GetSessionCount(hndl);
See Also
Handling Multiple Sessions