USBFN_POWER_FILTER_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usbfnioctl.h

typedef struct _USBFN_POWER_FILTER_STATE {
  USBFN_DEVICE_STATE DeviceState;
  union {
    ULONG PState;
    ULONG Reserved;
  };
} USBFN_POWER_FILTER_STATE, *PUSBFN_POWER_FILTER_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbfnioctl-_usbfn_power_filter_state)

_USBFN_POWER_FILTER_STATE structure

Description

Reserved. Do not use.

Members

DeviceState

Describes the USB device states for the device/controller. These states correspond to the USB device states as defined in section 9.1 of the USB 2.0 Specification.

PState

USB device states for the device/controller.

Reserved

Do not use.

See also

IOCTL_INTERNAL_USBFN_SET_POWER_FILTER_EXIT_LPM

IOCTL_INTERNAL_USBFN_SET_POWER_FILTER_STATE