Funzione EventDescOrKeyword (evntprov.h)

Aggiunge un'altra parola chiave al descrittore dell'evento.

Sintassi

EVNTPROV_PFORCEINLINE PEVENT_DESCRIPTOR EventDescOrKeyword(
  [in] PEVENT_DESCRIPTOR EventDescriptor,
  [in] ULONGLONG         Keyword
);

Parametri

[in] EventDescriptor

Descrittore di eventi da modificare. Vedere EVENT_DESCRIPTOR.

[in] Keyword

Nuova parola chiave da aggiungere alla maschera di bit della parola chiave corrente.

Valore restituito

Descrittore dell'evento modificato.

Commenti

Si tratta di una macro utile per impostare 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