The KSNODEPROPERTY structure specifies a node and a property of that node.
typedef struct
{
KSPROPERTY Property;
ULONG NodeId
ULONG Reserved;
} KSNODEPROPERTY; *PKSNODEPROPERTY;
Declared in ksmedia.h. Include ksmedia.h.
This structure is identical to KSP_NODE.
See discussion of KSNODEPROPERTY structure in Properties of Audio Filters, Pins, and Nodes.