KSWAVE_COMPATCAPS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct {
  ULONG ulDeviceType;
} KSWAVE_COMPATCAPS, *PKSWAVE_COMPATCAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The KSWAVE_COMPATCAPS structure is used to describe the compatible capabilities of a device.

Members

ulDeviceType

Specifies the following flags:

Flag Meaning
KSWAVE_COMPATCAPS_INPUT Indicates that the device accepts input.
KSWAVE_COMPATCAPS_OUTPUT Indicates that the device produces output.

Remarks

This structure is used by the KSPROPERTY_WAVE_COMPATIBLE_CAPABILITIES property.

See also

KSPROPERTY_WAVE_COMPATIBLE_CAPABILITIES