IPM_EVENT_INFO
typedef struct ipm_event_info_tag { unsigned int unCount; /* number of following structures */ void *pEventData; /* Data associated with the event */ } IPM_EVENT_INFO, *PIPM_EVENT_INFO;Description
This structure is used for IP event notification. See Chapter 3, "Events" for more information.
Field Descriptions
The fields of the IPM_EVENT_INFO data structure are described as follows:
- unCount
- number of data structures pointed to
- *pEventData
- pointer to structure containing event-specific data
Click here to contact Telecom Support Resources
Copyright 2002, Intel Corporation