UCMUCSI_CONNECTOR_INFO - NtDoc

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

typedef struct _UCMUCSI_CONNECTOR_INFO {
  ULONG     Size;
  ULONGLONG ConnectorId;
} UCMUCSI_CONNECTOR_INFO, *PUCMUCSI_CONNECTOR_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucmucsippm-_ucmucsi_connector_info)

_UCMUCSI_CONNECTOR_INFO structure

Description

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.

Members

Size

Size of this structure.

ConnectorId

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

Remarks

See also