Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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)