Condividi tramite


struttura USBUSER_POWER_INFO_REQUEST (usbuser.h)

La struttura USBUSER_POWER_INFO_REQUEST viene usata insieme alla richiesta di controllo I/O IOCTL_USB_USER_REQUEST per recuperare le informazioni sui criteri di alimentazione relative alla relazione di uno stato del sistema specifico allo stato di alimentazione del controller host e dell'hub radice.

Sintassi

typedef struct _USBUSER_POWER_INFO_REQUEST {
  USBUSER_REQUEST_HEADER Header;
  USB_POWER_INFO         PowerInformation;
} USBUSER_POWER_INFO_REQUEST, *PUSBUSER_POWER_INFO_REQUEST;

Members

Header

Contiene una struttura di tipo USBUSER_REQUEST_HEADER che specifica la richiesta in modalità utente sull'input per IOCTL_USB_USER_REQUEST e fornisce informazioni sul buffer e sullo stato sull'output.

PowerInformation

Contiene una struttura di tipo USB_POWER_INFO che specifica i parametri associati alla richiesta.

Commenti

La struttura USBUSER_POWER_INFO_REQUEST viene utilizzata insieme alla richiesta USBUSER_GET_POWER_STATE_MAP modalità utente. Per una descrizione di questa richiesta, vedere IOCTL_USB_USER_REQUEST.

Requisiti

Requisito Valore
Intestazione usbuser.h (include Usbuser.h)

Vedi anche

IOCTL_USB_USER_REQUEST

Strutture USB