// 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 referenceNo description available.
Reserved. Do not use.
DeviceStateDescribes 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.
PStateUSB device states for the device/controller.
ReservedDo not use.
IOCTL_INTERNAL_USBFN_SET_POWER_FILTER_EXIT_LPM
IOCTL_INTERNAL_USBFN_SET_POWER_FILTER_STATE