USBUSER_CONTROLLER_UNICODE_NAME structure (usbuser.h)

The USBUSER_CONTROLLER_UNICODE_NAME structure is used in conjunction with the IOCTL_USB_USER_REQUEST I/O control request to retrieve the USB host controller driverkey name.

Syntax

typedef struct _USBUSER_CONTROLLER_UNICODE_NAME {
  USBUSER_REQUEST_HEADER Header;
  USB_UNICODE_NAME       UnicodeName;
} USBUSER_CONTROLLER_UNICODE_NAME, *PUSBUSER_CONTROLLER_UNICODE_NAME;

Members

Header

Contains a structure of type USBUSER_REQUEST_HEADER that specifies the user-mode request on input to IOCTL_USB_USER_REQUEST, and provides buffer and status information on output.

UnicodeName

Contains a Unicode string of type USB_UNICODE_NAME that reports the host controller's driverkey name.

Remarks

The USBUSER_CONTROLLER_UNICODE_NAME structure is used in conjunction with the USBUSER_GET_CONTROLLER_DRIVER_KEY user-mode request. For a description of this request, see IOCTL_USB_USER_REQUEST.

Requirements

Requirement Value
Header usbuser.h (include Usbuser.h)

See also

IOCTL_USB_USER_REQUEST

USB Structures

USBUSER_REQUEST_HEADER

USB_UNICODE_NAME