Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
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)