Condividi tramite


struttura KSE_NODE (ks.h)

La struttura KSE_NODE specifica una richiesta di evento in un nodo specifico.

Sintassi

typedef struct {
  KSEVENT Event;
  ULONG   NodeId;
  ULONG   Reserved;
} KSE_NODE, *PKSE_NODE;

Membri

Event

Struttura di tipo KSEVENT che identifica l'evento richiesto.

NodeId

Specifica l'ID del nodo.

Reserved

Riservato per l'uso del sistema. Deve essere impostato su zero.

Fabbisogno

Requisito Valore
intestazione ks.h (include Ks.h)

Vedere anche

KSP_NODE