// dispmprt.h
typedef struct _DXGKARG_SETVIRTUALFUNCTIONPOWERSTATE {
ULONG VirtualFunctionIndex;
DEVICE_POWER_STATE PowerState;
BOOLEAN Wake;
} DXGKARG_SETVIRTUALFUNCTIONPOWERSTATE, *PDXGKARG_SETVIRTUALFUNCTIONPOWERSTATE;
View the official Windows Driver Kit DDI referenceNo description available.
Used to set virtual function power state.
VirtualFunctionIndexZero-based offset of the Virtual Function from the first VF exposed by this Physical Function.
PowerStateNew power state for the device. See the definition of DEVICE_POWER_STATE for more information.
WakeBoolean value indicating whether the device should have its wake signal (PME for PCI Express devices) armed as it goes into the low power state. This value will be FALSE if PowerState is PowerDeviceD0.