PROVIDER_EVENT_INFO structure (tdh.h)

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;

Members

NumberOfEvents

The number of elements in the EventDescriptorsArray array.

Reserved

Reserved.

EventDescriptorsArray[ANYSIZE_ARRAY]

An array of EVENT_DESCRIPTOR structures that contain information about each event.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Header tdh.h

See also

EVENT_DESCRIPTOR

TdhEnumerateManifestProviderEvents

TdhGetManifestEventInformation