Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.1 KB

File metadata and controls

49 lines (34 loc) · 1.1 KB
title description keywords ms.date topic_type ms.topic api_name api_type
!usb3kd.usbdstatus
The !usb3kd.usbdstatus extension displays the name of a USBD status code.
!usb3kd.usbdstatus Windows Debugging
05/23/2017
apiref
reference
usb3kd.usbdstatus
NA

!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)

See also

USB 3.0 Extensions

Universal Serial Bus (USB) Drivers