// ucmmanager.h
VOID UCM_CONNECTOR_TYPEC_CONFIG_INIT(
[out] PUCM_CONNECTOR_TYPEC_CONFIG Config,
[in] ULONG SupportedOperatingModes,
[in] ULONG SupportedPowerSourcingCapabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes the UCM_CONNECTOR_TYPEC_CONFIG structure.
Config [out]Pointer to a caller-allocated UCM_CONNECTOR_TYPEC_CONFIG structure to initialize.
SupportedOperatingModes [in]Indicates the operating mode of the connector. This value is a bitwise OR of UCM_TYPEC_OPERATING_MODE-typed flags.
SupportedPowerSourcingCapabilities [in]Indicates the power source capabilities of the connector. This value is a bitwise OR of UCM_TYPEC_CURRENT-typed flags.