UCMUCSI_CONNECTOR_INFO structure (ucmucsippm.h)

Stores information about connectors that cannot be obtained by sending UCSI commands such as GetConnectorCapability. Initialize this structure by calling UCMUCSI_CONNECTOR_INFO_INIT. This structure is used in the UcmUcsiConnectorCollectionAddConnector call.

Syntax

typedef struct _UCMUCSI_CONNECTOR_INFO {
  ULONG     Size;
  ULONGLONG ConnectorId;
} UCMUCSI_CONNECTOR_INFO, *PUCMUCSI_CONNECTOR_INFO;

Members

Size

Size of this structure.

ConnectorId

Connector ID that maps a USB Type-C connector to USB port.

Requirements

Requirement Value
Minimum KMDF version 1.27
Minimum UMDF version N/A
Header ucmucsippm.h (include UcmUcsiCx.h)