USBPM_ACCESS_TYPE - NtDoc

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

typedef enum _USBPM_ACCESS_TYPE {
  UsbPmAccessQuery,
  UsbPmAccessAssignConnectorPowerLevel,
  UsbPmAccessAll
} USBPM_ACCESS_TYPE, *PUSBPM_ACCESS_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-usbpmapi-_usbpm_access_type)

_USBPM_ACCESS_TYPE enumeration

Description

Defines the access types that the client driver can specify in USBPM_CLIENT_CONFIG when calling UsbPm_Register.

Constants

UsbPmAccessQuery

Access for calling UsbPm_Retrieve* functions.

UsbPmAccessAssignConnectorPowerLevel

Access for calling UsbPm_AssignConnectorPowerLevelAsync.

UsbPmAccessAll

Access to all functions.

Remarks

See also