ITMSPAddress::Shutdown method (msp.h)
The Shutdown method is called when the MSP is unloaded. Shutdown will be called once per address object.
Syntax
HRESULT Shutdown();
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Method not implemented. |
Remarks
This method releases the terminals and releases the Terminal Manager. It releases all unprocessed events, and calls Stop on the global MSP thread object. When this function is called, no call should be alive. However, bugs in the application may keep calls or terminals around.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | msp.h (include Tapi3.h) |