// usbfnioctl.h
// CTL_CODE(0x002a, 0x00e, METHOD_OUT_DIRECT, FILE_READ_ACCESS | FILE_WRITE_ACCESS)
#define IOCTL_INTERNAL_USBFN_SET_POWER_FILTER_STATE 0x002AC03A
View the official Windows Driver Kit DDI referenceNo description available.
Do not use. ucxc
IRP_MJ_INTERNAL_DEVICE_CONTROL
The input buffer contains a USBFN_POWER_FILTER_STATE structure that specifies the device state.
The size of a USBFN_POWER_FILTER_STATE structure.
NULL.
None.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful.
Otherwise, Status to the appropriate error condition as a NTSTATUS code.
For more information, see NTSTATUS Values.