KSE_NODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

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

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ks-kse_node)

KSE_NODE structure

Description

The KSE_NODE structure specifies an event request on a specific node.

Members

Event

A structure of type KSEVENT that identifies the requested event.

NodeId

Specifies the node ID.

Reserved

Reserved for system use. Should be set to zero.

See also

KSP_NODE