// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG PinId;
ULONG NodeId;
ULONG Flags;
ULONG Reserved;
} SYSAUDIO_SELECT_GRAPH, *PSYSAUDIO_SELECT_GRAPH;
View the official Windows Driver Kit DDI referenceNo description available.
The SYSAUDIO_SELECT_GRAPH structure is used to specify a graph that includes an optional node such as an AEC control.
PropertySpecifies the property to get or set. This parameter is a structure of type KSPROPERTY.
PinIdSpecifies the SysAudio starting pin ID for the graph.
NodeIdSpecifies the SysAudio node ID to be included in the graph.
FlagsNo flag bits are defined. Set to zero.
ReservedReserved. Set to zero.
KSPROPERTY_SYSAUDIO_SELECT_GRAPH