// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG NodeId;
ULONG Reserved;
} KSNODEPROPERTY, *PKSNODEPROPERTY;
View the official Windows Driver Kit DDI reference
No description available.
The KSNODEPROPERTY structure specifies a node and a property of that node.
Property
Specifies the property to get or set. This member is a structure of type KSPROPERTY.
NodeId
Specifies the node ID. This member identifies the target node for the property request.
Reserved
Reserved 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.