EDeviceControlUseType - NtDoc

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

typedef enum {
  eDeviceControlUseMissing,
  eDeviceControlUsePrimary,
  eDeviceControlUseSecondary
} EDeviceControlUseType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-edevicecontrolusetype)

Description

This topic describes the EDeviceControlUseType enumeration (ksmedia.h).

Constants

eDeviceControlUseMissing

Defines the eDeviceControlUseMissing constant.

eDeviceControlUsePrimary

Defines the eDeviceControlUsePrimary constant.

eDeviceControlUseSecondary

Defines the eDeviceControlUseSecondary constant.

Remarks

See also