Platform SDK: TAPI

ITMSPAddress::Shutdown

This method is called when the MSP is unloaded. Shutdown will be called once per address object.

HRESULT Shutdown();

Parameters

This method has no parameters.

Return Values

Value Meaning
S_OK Method succeeded.
E_NOTIMPL 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

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.
  Library: Use T3iid.lib.

See Also

Media Service Provider Interface (MSPI), ITMSPAddress