int IDA_CloseSession(idaServID_t *servID);
Parameters
servID
[in] Pointer to
SERVER_IDENTIFIERstructure
returned from
IDA_OpenSession.
Return Value
0 indicates a successful Close Session.
Non-zero return code will contain the actual tcpip error status.
Remarks
This method is called when the application wants to disable the connection to the InSight server agent.
Example
...
rc = IDA_CloseSession(&servID); // Disconnect from the server
...
See Also
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |