KSM_NODE - NtDoc

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

typedef struct {
  KSMETHOD Method;
  ULONG    NodeId;
  ULONG    Reserved;
} KSM_NODE, *PKSM_NODE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSM_NODE structure

Description

Just as KSP_NODE is used for properties on a node, the KSM_NODE structure is used for methods on a node.

Members

Method

A structure of type KSMETHOD that specifies the requested method.

NodeId

Specifies the node ID.

Reserved

Reserved for system use. Should be set to zero.

See also

KSP_NODE