// ucmucsippm.h
typedef struct _UCMUCSI_CONNECTOR_INFO {
ULONG Size;
ULONGLONG ConnectorId;
} UCMUCSI_CONNECTOR_INFO, *PUCMUCSI_CONNECTOR_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
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.
SizeSize of this structure.
ConnectorIdConnector ID that maps a USB Type-C connector to USB port.