CMSPCallBase::Init method (mspcall.h)
The Init 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.
Syntax
HRESULT Init(
CMSPAddress *pMSPAddress,
MSP_HANDLE htCall,
DWORD dwReserved,
DWORD dwMediaType
);
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.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | mspcall.h |