MSP_ADDRESS_EVENT_INFO structure
The MSP_ADDRESS_EVENT_INFO structure is contained within MSP_EVENT_INFO if the MSP event is ME_ADDRESS_EVENT.
Syntax
typedef struct {
MSP_ADDRESS_EVENT Type;
ITTerminal *pTerminal;
} MSP_ADDRESS_EVENT_INFO;
Members
Type
Describes the msp address event of the event that has occurred.pTerminal
Pointer to ITTerminal interface.
Requirements
TAPI version |
Requires TAPI 3.0 or later |
Header |
Tapi3.h |