// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG Flags;
ULONG Index;
} SYSAUDIO_PREFERRED_DEVICE, *PSYSAUDIO_PREFERRED_DEVICE;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the SYSAUDIO_PREFERRED_DEVICE structure (ksmedia.h).
PropertyDefines the KSPROPERTY member Property.
FlagsDefines the ULONG member Flags.
IndexDefines the ULONG member Index.