Unsubscribes an event handle from receiving notifications about HID class device events.
The input buffer contains a SHiddiAcquire structure which indicates a device ID and whether to acquire or unacquire the device. Since acquiring the device is now performed via the IOCTL_HID_SET_FORMAT control code, the IOCTL_HID_ACQUIRE control code should only be used to unacquire a device. The HID class driver should return an INVALID_PARAMETER error if this code is used to attempt to acquire a device.