USBC_TYPEC_OPERATING_MODE - NtDoc

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

typedef enum _USBC_TYPEC_OPERATING_MODE {
  UsbCOperatingModeInvalid,
  UsbCOperatingModeDfp,
  UsbCOperatingModeUfp,
  UsbCOperatingModeDrp
} USBC_TYPEC_OPERATING_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-usbctypes-_usbc_typec_operating_mode)

_USBC_TYPEC_OPERATING_MODE enumeration

Description

Defines operating modes of a USB Type-C connector.

Constants

UsbCOperatingModeInvalid

Indicates the operating mode is invalid.

UsbCOperatingModeDfp

Indicates the operating mode is set to downstream-facing port.

UsbCOperatingModeUfp

Indicates the operating mode is set to upstream-facing port.

UsbCOperatingModeDrp

Indicates the operating mode is set to dual-role port.

Remarks

See also