// hidport.h
// CTL_CODE(0x000b, 0x007, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_HID_ACTIVATE_DEVICE 0x000B001F
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_HID_ACTIVATE_DEVICE request activates a HIDClass device, which makes it ready for I/O operations.
For general information about HIDClass devices, see HID Collections.
Parameters.DeviceIoControl.Type3InputBuffer contains a collection identifier, as a ULONG value, of the collection to activate.
The length of a ULONG value.
None.
None.
HID minidrivers that carry out the I/O to the device set the following fields of Irp->IoStatus:
Minidrivers that call other drivers with this IRP to carry out the I/O to their device should ensure that the Information field of the status block is zero and not change the contents of the Status field.