// ucmtypes.h
typedef enum _UCM_TYPEC_CURRENT {
UcmTypeCCurrentInvalid,
UcmTypeCCurrentDefaultUsb,
UcmTypeCCurrent1500mA,
UcmTypeCCurrent3000mA
} UCM_TYPEC_CURRENT;
View the official Windows Driver Kit DDI referenceNo description available.
Defines different Type-C current levels, as defined in the Type-C specification.
UcmTypeCCurrentInvalidIndicates the power sourcing current state is invalid.
UcmTypeCCurrentDefaultUsbIndicates the power sourcing current is the default USB current.
UcmTypeCCurrent1500mAIndicates the power sourcing current is 1500 mA.
UcmTypeCCurrent3000mAIndicates the power sourcing current is 3000 mA.
UcmConnectorTypeCCurrentAdChanged