KSP_NODE - NtDoc

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

typedef struct {
  KSPROPERTY Property;
  ULONG      NodeId;
  ULONG      Reserved;
} KSP_NODE, *PKSP_NODE;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSP_NODE structure

Description

Kernel streaming clients use the KSP_NODE structure to specify the property and node type within a KSPROPERTY_TOPOLOGY_NAME property request.

Members

Property

Specifies a KSPROPERTY structure.

NodeId

Specifies the node ID.

Reserved

Reserved for system use. Should be set to zero.

See also

KSNODEPROPERTY

KSPROPERTY