// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG NodeId;
ULONG Reserved;
} KSNODEPROPERTY, *PKSNODEPROPERTY;
View the official Windows Driver Kit DDI referenceNo description available.
The KSNODEPROPERTY structure specifies a node and a property of that node.
PropertySpecifies the property to get or set. This member is a structure of type KSPROPERTY.
NodeIdSpecifies the node ID. This member identifies the target node for the property request.
ReservedReserved for internal use by operating system. Do not use.
This structure is identical to KSP_NODE.
See the discussion of the KSNODEPROPERTY structure in Audio Property Requests.