// ks.h
typedef struct {
ULONG CreateFlags;
ULONG Node;
} KSNODE_CREATE, *PKSNODE_CREATE;
View the official Windows Driver Kit DDI referenceNo description available.
The KSNODE_CREATE structure describes the set of information used to create the node handle.
CreateFlagsSet to zero.
NodeIndicates what node a handle should be created for. This refers to the node identifiers returned when querying topology information. A node identifier of −1 may be used to refer to the collection of nodes as a whole, if the filter supports it.