UCSI_CONNECTOR_PARTNER_TYPE - NtDoc

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

typedef enum _UCSI_CONNECTOR_PARTNER_TYPE {
  UcsiConnectorPartnerTypeDfp,
  UcsiConnectorPartnerTypeUfp,
  UcsiConnectorPartnerTypePoweredCableNoUfp,
  UcsiConnectorPartnerTypePoweredCableWithUfp,
  UcsiConnectorPartnerTypeDebugAccessory,
  UcsiConnectorPartnerTypeAudioAccessory
} UCSI_CONNECTOR_PARTNER_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ucmucsispec-_ucsi_connector_partner_type)

_UCSI_CONNECTOR_PARTNER_TYPE enumeration

Description

Used in the GET_CONNECTOR_STATUS command. See Table 4-42, Offset 29 in UCSI spec version 1.2.

Constants

UcsiConnectorPartnerTypeDfp

UcsiConnectorPartnerTypeUfp

UcsiConnectorPartnerTypePoweredCableNoUfp

UcsiConnectorPartnerTypePoweredCableWithUfp

UcsiConnectorPartnerTypeDebugAccessory

UcsiConnectorPartnerTypeAudioAccessory

Remarks

See also