UCM_PD_POWER_DATA_OBJECT_INIT_FIXED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucmtypes.h

VOID UCM_PD_POWER_DATA_OBJECT_INIT_FIXED(
  [out] PUCM_PD_POWER_DATA_OBJECT Pdo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucmtypes-ucm_pd_power_data_object_init_fixed)

UCM_PD_POWER_DATA_OBJECT_INIT_FIXED function

Description

Initializes a to the UCM_PD_POWER_DATA_OBJECT for a Fixed Supply type Power Data Object.

Parameters

Pdo [out]

A pointer to a UCM_PD_POWER_DATA_OBJECT structure in which the FixedSupplyPdo.FixedSupply member is set to UcmPdPdoTypeFixedSupply.

Remarks

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.

See also

UCM_PD_POWER_DATA_OBJECT