USBC_PD_POWER_DATA_OBJECT_GET_TYPE - NtDoc

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

USBC_PD_POWER_DATA_OBJECT_TYPE USBC_PD_POWER_DATA_OBJECT_GET_TYPE(
  PUSBC_PD_POWER_DATA_OBJECT Pdo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-usbctypes-usbc_pd_power_data_object_get_type)

USBC_PD_POWER_DATA_OBJECT_GET_TYPE function

Description

Retrieves the type of Power Data Object (PDO).

Parameters

Pdo

A pointer to a USBC_PD_POWER_DATA_OBJECT_TYPE structure that contains the type of PDO.

Return value

This function returns the type in Common.Type member of USBC_PD_POWER_DATA_OBJECT_TYPE.

Remarks

See also

USBC_PD_POWER_DATA_OBJECT_TYPE