UCM_PD_POWER_DATA_OBJECT_GET_TYPE - NtDoc

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

UCM_PD_POWER_DATA_OBJECT_TYPE UCM_PD_POWER_DATA_OBJECT_GET_TYPE(
  [in] 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_get_type)

UCM_PD_POWER_DATA_OBJECT_GET_TYPE function

Description

Retrieves the type of Power Data Object from the UCM_PD_POWER_DATA_OBJECT structure.

Parameters

Pdo [in]

A pointer to a UCM_PD_POWER_DATA_OBJECT structure that contains the type of Power Data Object.

Return value

Returns the Common.Type member of the UCM_PD_POWER_DATA_OBJECT structure.

Remarks

For information about the Power Data Object including the types of object, see Power Delivery specification. The Type member of UCM_PD_POWER_DATA_OBJECT indicates the type of Power Data Object.

See also

UCM_PD_POWER_DATA_OBJECT