// ksmedia.h
typedef struct _KSAUDIOMODULE_PROPERTY {
KSPROPERTY Property;
GUID ClassId;
ULONG InstanceId;
} KSAUDIOMODULE_PROPERTY, *PKSAUDIOMODULE_PROPERTY;
View the official Windows Driver Kit DDI referenceNo description available.
The KSAUDIOMODULE_PROPERTY structure describes the static, external properties of the audio modules.
PropertyThe KSPROPERTY of the audio module is defined as follows.
ClassIdThe ClassId of the audio module. The ClassId is an identifier that establishes what type of module this is. The value and mapping is established by the ISV and IHV.
InstanceIdThe InstanceId of the audio module. The InstanceId is a unique identifier that distinguishes this instance of a module from another instance of a module.
For more information about audio modules, see Implementing Audio Module Discovery.
KSPROPERTY_AUDIOMODULE_DESCRIPTORS