TClientId Struct Reference

struct TClientId

Holds the session and subsession handles which would be used within the 2-phase list retrieval mechanism. During both the phases, the client-side API code will pass down the TClientId so that TSY can use this information to match the first phase of the request to the second phase.

Member Data Documentation

TInt iSessionHandle

TInt iSessionHandle

The handle to the underlying RTelServer session.

TInt iSubSessionHandle

TInt iSubSessionHandle

The handle to the sub-session to which this API request relates.