IOCTL_INTERNAL_USBFN_SET_POWER_FILTER_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-usbfnioctl-ioctl_internal_usbfn_set_power_filter_state)

IOCTL_INTERNAL_USBFN_SET_POWER_FILTER_STATE IOCTL

Description

Do not use. ucxc

Parameters

Major code

IRP_MJ_INTERNAL_DEVICE_CONTROL

Input buffer

The input buffer contains a USBFN_POWER_FILTER_STATE structure that specifies the device state.

Input buffer length

The size of a USBFN_POWER_FILTER_STATE structure.

Output buffer

NULL.

Output buffer length

None.

Input/output buffer

Input/output buffer length

Status block

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.