!usb3kd.usbdstatus
The !usb3kd.usbdstatus extension displays the name of a USBD status code.
!usb3kd.ucx_usbdstatus UrbStatus
Parameters
UsbdStatus
The numeric value of a USBD status code.
DLL
Usb3kd.dll
Remarks
USBD status codes are defined in Usb.h.
Examples
The following example passes the numeric value 0x80000200 to the !usbdstatus command. The command returns the name of the status code, USBD_STATUS_INVALID_URB_FUNCTION.
3: kd> !usbdstatus 0x80000200
USBD_STATUS_INVALID_URB_FUNCTION (0x80000200)