struttura PROVIDER_EVENT_INFO (tdh.h)

La struttura PROVIDER_EVENT_INFO definisce una matrice di eventi in un manifesto del provider.

Sintassi

typedef struct _PROVIDER_EVENT_INFO {
  ULONG            NumberOfEvents;
  ULONG            Reserved;
  EVENT_DESCRIPTOR EventDescriptorsArray[ANYSIZE_ARRAY];
} PROVIDER_EVENT_INFO;

Members

NumberOfEvents

Numero di elementi nella matrice EventDescriptorsArray .

Reserved

Riservato.

EventDescriptorsArray[ANYSIZE_ARRAY]

Matrice di strutture EVENT_DESCRIPTOR che contengono informazioni su ogni evento.

Requisiti

Requisito Valore
Client minimo supportato Windows 8.1 [solo app desktop]
Server minimo supportato Windows Server 2012 R2 [solo app desktop]
Intestazione tdh.h

Vedi anche

EVENT_DESCRIPTOR

TdhEnumerateManifestProviderEvents

TdhGetManifestEventInformation