!usbkd.urbfunc
The !usbkd.urbfunc command displays the name of a URB function code.
!usbkd.urbfunc FunctionCode
Parameters
FunctionCode
The hexadecimal value of a URB function code. These codes are defined in usb.h.
DLL
Usbkd.dll
Examples
Here is an example of the output of !urbfunc.
0: kd> !usbkd.urbfunc 0xA
URB_FUNCTION_ISOCH_TRANSFER (0xA)