ITMSPAddress::Initialize method (msp.h)

The Initialize method is called when the MSP is loaded.

Syntax

HRESULT Initialize(
  [in] MSP_HANDLE hEvent
);

Parameters

[in] hEvent

TAPI 3's handle for this MSP.

Return value

This method can return one of these 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

Requirement Value
Target Platform Windows
Header msp.h (include Tapi3.h)

See also

ITMSPAddress

Media Service Provider Interface (MSPI)