IOCTL_HID_DEACTIVATE_DEVICE IOCTL (hidport.h)
The IOCTL_HID_DEACTIVATE_DEVICE request deactivates a HIDClass device, which causes it to stop operations and terminate all outstanding I/O requests.
For general information about HIDClass devices, see HID Collections.
Parameters.DeviceIoControl.Type3InputBuffer contains the collection identifier, as a ULONG value, of the collection that is ceasing operations.
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:
- Information is set to zero.
- Status is set to STATUS_SUCCESS if the transfer completed without error. Otherwise, it is set to an appropriate NTSTATUS error code.
Requirement | Value |
---|---|
Header | hidport.h (include Hidport.h) |