// ucmtypes.h
VOID UCM_PD_POWER_DATA_OBJECT_INIT_FIXED(
[out] PUCM_PD_POWER_DATA_OBJECT Pdo
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a to the UCM_PD_POWER_DATA_OBJECT for a Fixed Supply type Power Data Object.
Pdo [out]A pointer to a UCM_PD_POWER_DATA_OBJECT structure in which the FixedSupplyPdo.FixedSupply member is set to UcmPdPdoTypeFixedSupply.
For different types of Power Data Objects, see the power delivery specification.
This function initializes the structure and sets Power Data Object as a Fixed Supply type. The client driver must set the remaining members with values relevant to the specific object type.