![]() |
![]() |
The dsmQuerySessInfo function call starts a query request to TSM for information related to the operation of the specified session in dsmHandle. A structure of type ApiSessInfo is passed in the call, with all available session related information entered. This call is started after a successful dsmInitEx call.
The information that is returned in the ApiSessInfo structure includes the following:
See Appendix A, API Type Definitions Source File for information about the content of the structure that is passed and each field within it.
dsInt16_t dsmQuerySessInfo (dsUint32_t dsmHandle, ApiSessInfo *SessInfoP);
Parameters
The return code numbers are provided in parentheses ( ).
Table 37. Return Codes for dsmQuerySessInfo
Return Code | Explanation |
---|---|
DSM_RC_NO_SESS_BLK (2006) | No server session block information. |
DSM_RC_NO_POLICY_BLK (2007) | No server policy information available. |
DSM_RC_WRONG_VERSION_PARM (2065) | Application client's API version is different from the TSM library version. |