Platform SDK: TAPI

CMSPCallBase::Init

This method is called by the MSP address object (in the method CreateMSPCall) to initialize the MSP call object. The derived class should initialize its members using the passed-in information.

virtual HRESULT Init(
  CMSPAddress *pMSPAddress,
  MSP_HANDLE htCall,
  DWORD dwReserved,
  DWORD dwMediaType,
) = 0;

Parameters

pMSPAddress
Pointer to MSP call object to be initialized.
htCall
The MSP handle for the call.
dwReserved
Reserved.
dwMediaType
Media type or types of call.

See Also

CMSPCallBase, CMSPCallMultiGraph::Init, CreateMSPCall