Platform SDK: TAPI

ITMSPAddress::Initialize

This method is called when the MSP is loaded.

HRESULT Initialize(
  MSP_HANDLE hEvent
);

Parameters

hEvent
[in] TAPI 3.0's handle for this MSP.

Return Values

Value Meaning
S_OK Method succeeded.
E_OUTOFMEMORY Insufficient memory exists to perform operation.

Remarks

If an MSP is written using the MSP base classes, this method initializes data members, creates the Terminal Manager, and calls Start on the global MSP thread object.

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