MSP_CALL_EVENT_INFO structure
The MSP_CALL_EVENT_INFO structure is contained within MSP_EVENT_INFO if the MSP event is ME_CALL_EVENT.
Syntax
typedef struct {
MSP_CALL_EVENT Type;
ITStream *pStream;
ITTerminal *pTerminal;
HRESULT hrError;
} MSP_CALL_EVENT_INFO;
Members
Type
Indicates type of MSP_CALL_EVENT that has occurred.pStream
Pointer to ITStream interface on which event occurred.pTerminal
Pointer to ITTerminal interface on which event occurred.hrError
Indicates error, if one has happened.
Requirements
TAPI version |
Requires TAPI 3.0 or later |
Header |
Tapi3.h |