// ks.h
typedef struct {
KSPROPERTY Property;
ULONG NodeId;
ULONG Reserved;
} KSP_NODE, *PKSP_NODE;
View the official Windows Driver Kit DDI referenceNo description available.
Kernel streaming clients use the KSP_NODE structure to specify the property and node type within a KSPROPERTY_TOPOLOGY_NAME property request.
PropertySpecifies a KSPROPERTY structure.
NodeIdSpecifies the node ID.
ReservedReserved for system use. Should be set to zero.