KdPrint((
"Unknown IoControlCode %#x\n",
io_stack->Parameters.DeviceIoControl.IoControlCode
));
It's weird. What does sharp mean?
#
indcates an alternative format. For x
this means that 0x
is prepended to the output.