| Platform SDK: TAPI |
The CreateMSPCallCreate method creates an MSP Call object. TAPI aggregates this onto the main Call Object and exposes the ITStreamControl interface.
HRESULT CreateMSPCall( MSP_HANDLE hCall, DWORD dwReserved, DWORD dwMediaType, IUnknown *pOuterUnknown, IUnknown **ppStreamControl );
| Value | Meaning |
|---|---|
| S_OK | Method succeeded. |
| E_FAIL | The MSP failed to initialize. |
| E_POINTER | pMSPCallback is not a valid pointer. |
| E_OUTOFMEMORY | Insufficient memory exists to perform the operation. |
| TAPI_E_INVALIDMEDIATYPE | dwMediaType is not a valid media type. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.
Library: Use T3iid.lib.