// ucmmanager.h
VOID UCM_CONNECTOR_PD_CONFIG_INIT(
[out] PUCM_CONNECTOR_PD_CONFIG Config,
[in] ULONG SupportedPowerRoles
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a UCM_CONNECTOR_PD_CONFIG structure.
Config [out]Pointer to a caller-allocated UCM_CONNECTOR_PD_CONFIG structure to initialize.
SupportedPowerRoles [in]A bitwise OR of UCM_POWER_ROLE-typed flags.