The Closed callback will be called if the session fails to open, or when the session is closed. The session may close as a result of DOSDPSSession_Close being called, or errors that require the session to close. If memory was allocated for the session, the memory must not be freed until the Closed callback is called.
This callback must not be NULL.
|