The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PROVIDER_EVENT_INFO structure
The PROVIDER_EVENT_INFO structure defines an array of events in a provider manifest.
Syntax
typedef struct _PROVIDER_EVENT_INFO { ULONG NumberOfEvents; ULONG Reserved; EVENT_DESCRIPTOR EventDescriptorsArray[ANYSIZE_ARRAY]; } PROVIDER_EVENT_INFO, *PPROVIDER_EVENT_INFO;
Members
- NumberOfEvents
-
The number of elements in the EventDescriptorsArray array.
- Reserved
-
Reserved.
- EventDescriptorsArray
-
An array of EVENT_DESCRIPTOR structures that contain information about each event.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
See also
Show: