Condividi tramite


USB_CLOSE_RAW_DEVICE_PARAMETERS struttura (usbuser.h)

Questa struttura non è supportata.

La struttura USB_CLOSE_RAW_DEVICE_PARAMETERS viene usata con la richiesta di controllo I/O di IOCTL_USB_USER_REQUEST per chiudere l'accesso non elaborato ai dispositivi nel bus.

Sintassi

typedef struct _USB_CLOSE_RAW_DEVICE_PARAMETERS {
  ULONG xxx;
} USB_CLOSE_RAW_DEVICE_PARAMETERS, *PUSB_CLOSE_RAW_DEVICE_PARAMETERS;

Members

xxx

Riservato.

Commenti

La struttura USB_CLOSE_RAW_DEVICE_PARAMETERS viene usata con la richiesta in modalità utente USBUSER_OP_CLOSE_RAW_DEVICE. Per una descrizione di questa richiesta, vedere IOCTL_USB_USER_REQUEST.

Requisiti

   
Intestazione usbuser.h (include Usbuser.h)

Vedi anche

IOCTL_USB_USER_REQUEST