Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ShutdownMSPCallHelper helper template function is called in the derived class' implementation of ShutdownMSPCall. It manipulates the passed-in aggregated TAPI call object Unknown pointer via dynamic casts to obtain a pointer to the inner MSP call object, and then calls the Shutdown method on the MSP call object (see below).
Syntax
HRESULT ShutdownMSPCallHelper(
IUnknown *pUnknown,
T **ppCMSPCall
);
Parameters
pUnknown
Pointer to IUnknown on aggregated TAPI call object.
ppCMSPCall
Pointer to templated MSP call class, type implementation dependent.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | mspaddr.h |