Platform SDK: TAPI |
This method is called when the MSP is unloaded. Shutdown will be called once per address object.
HRESULT Shutdown();
This method has no parameters.
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_NOTIMPL | Method not implemented. |
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.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.
Library: Use T3iid.lib.