// ksmedia.h
typedef struct {
ULONG ulDeviceType;
} KSWAVE_COMPATCAPS, *PKSWAVE_COMPATCAPS;
View the official Windows Driver Kit DDI referenceNo description available.
The KSWAVE_COMPATCAPS structure is used to describe the compatible capabilities of a device.
ulDeviceTypeSpecifies the following flags:
| Flag | Meaning |
|---|---|
| KSWAVE_COMPATCAPS_INPUT | Indicates that the device accepts input. |
| KSWAVE_COMPATCAPS_OUTPUT | Indicates that the device produces output. |
This structure is used by the KSPROPERTY_WAVE_COMPATIBLE_CAPABILITIES property.
KSPROPERTY_WAVE_COMPATIBLE_CAPABILITIES