Funzione EventDescGetId (evntprov.h)

Recupera l'identificatore dell'evento dal descrittore dell'evento.

Sintassi

EVNTPROV_PFORCEINLINE USHORT EventDescGetId(
  [in] PCEVENT_DESCRIPTOR EventDescriptor
);

Parametri

[in] EventDescriptor

Descrittore di eventi da cui recuperare l'identificatore dell'evento. Vedere EVENT_DESCRIPTOR.

Valore restituito

Identificatore dell'evento.

Commenti

Si tratta di una macro utile per recuperare il membro della struttura EVENT_DESCRIPTOR .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione evntprov.h

Vedi anche

EVENT_DESCRIPTOR