Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 1.55 KB

ne-usbpmapi-_usbpm_access_type.md

File metadata and controls

64 lines (50 loc) · 1.55 KB
UID title description ms.date keywords ms.keywords tech.root req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.max-support req.typenames targetos ms.custom f1_keywords topic_type api_type api_location api_name
NE:usbpmapi._USBPM_ACCESS_TYPE
_USBPM_ACCESS_TYPE (usbpmapi.h)
Defines the access types for calling Policy Manager functions.
09/30/2018
USBPM_ACCESS_TYPE enumeration
_USBPM_ACCESS_TYPE, USBPM_ACCESS_TYPE, *PUSBPM_ACCESS_TYPE,
usbref
usbpmapi.h
Windows 10, version 1809
1.27
2.27
USBPM_ACCESS_TYPE, *PUSBPM_ACCESS_TYPE
Windows
RS5
_USBPM_ACCESS_TYPE
usbpmapi/_USBPM_ACCESS_TYPE
PUSBPM_ACCESS_TYPE
usbpmapi/PUSBPM_ACCESS_TYPE
USBPM_ACCESS_TYPE
usbpmapi/USBPM_ACCESS_TYPE
apiref
HeaderDef
usbpmapi.h
_USBPM_ACCESS_TYPE
PUSBPM_ACCESS_TYPE
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.

-enum-fields

-field UsbPmAccessQuery

Access for calling UsbPm_Retrieve* functions.

-field UsbPmAccessAssignConnectorPowerLevel

Access for calling UsbPm_AssignConnectorPowerLevelAsync.

-field UsbPmAccessAll

Access to all functions.

-remarks

-see-also