UCM_PD_POWER_DATA_OBJECT_INIT_FIXED function (ucmtypes.h)

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

Syntax

void UCM_PD_POWER_DATA_OBJECT_INIT_FIXED(
  [out] PUCM_PD_POWER_DATA_OBJECT Pdo
);

Parameters

[out] Pdo

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

Return value

None

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.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Target Platform Windows
Minimum KMDF version 1.15
Minimum UMDF version 2.15
Header ucmtypes.h (include Ucmcx.h)

See also

UCM_PD_POWER_DATA_OBJECT