Funzione EventDescSetId (evntprov.h)

Imposta il membro Id del descrittore dell'evento.

Sintassi

EVNTPROV_PFORCEINLINE PEVENT_DESCRIPTOR EventDescSetId(
  [in] PEVENT_DESCRIPTOR EventDescriptor,
  [in] USHORT            Id
);

Parametri

[in] EventDescriptor

Descrittore di eventi da modificare. Vedere EVENT_DESCRIPTOR.

[in] Id

Identificatore dell'evento.

Valore restituito

Descrittore dell'evento modificato.

Commenti

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

Requisiti

   
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