// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG MixerPinId;
ULONG Reserved;
} SYSAUDIO_ATTACH_VIRTUAL_SOURCE, *PSYSAUDIO_ATTACH_VIRTUAL_SOURCE;
View the official Windows Driver Kit DDI referenceNo description available.
The SYSAUDIO_ATTACH_VIRTUAL_SOURCE structure is used to attach a mixer-line virtual source (for example, a volume or mute control) to a mixer pin on the virtual audio device.
PropertySpecifies the property. This parameter is a structure of type KSPROPERTY.
MixerPinIdSpecifies the virtual source index.
ReservedReserved. Set to zero.
This structure is used by the KSPROPERTY_SYSAUDIO_ATTACH_VIRTUAL_SOURCE property.
KSPROPERTY_SYSAUDIO_ATTACH_VIRTUAL_SOURCE