SYSAUDIO_SELECT_GRAPH - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-sysaudio_select_graph)

SYSAUDIO_SELECT_GRAPH structure

Description

The SYSAUDIO_SELECT_GRAPH structure is used to specify a graph that includes an optional node such as an AEC control.

Members

Property

Specifies the property to get or set. This parameter is a structure of type KSPROPERTY.

PinId

Specifies the SysAudio starting pin ID for the graph.

NodeId

Specifies the SysAudio node ID to be included in the graph.

Flags

No flag bits are defined. Set to zero.

Reserved

Reserved. Set to zero.

See also

KSPROPERTY

KSPROPERTY_SYSAUDIO_SELECT_GRAPH