// dispmprt.h
typedef struct _DXGKARG_RESETVIRTUALFUNCTION {
ULONG VirtualFunctionIndex;
} DXGKARG_RESETVIRTUALFUNCTION, *PDXGKARG_RESETVIRTUALFUNCTION;
View the official Windows Driver Kit DDI referenceNo description available.
Used to reset virtual function.
VirtualFunctionIndexZero-based offset of the Virtual Function from the first VF exposed by this Physical Function.