DXGKARG_RESETVIRTUALFUNCTION - NtDoc

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

typedef struct _DXGKARG_RESETVIRTUALFUNCTION {
  ULONG VirtualFunctionIndex;
} DXGKARG_RESETVIRTUALFUNCTION, *PDXGKARG_RESETVIRTUALFUNCTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dispmprt-_dxgkarg_resetvirtualfunction)

_DXGKARG_RESETVIRTUALFUNCTION structure

Description

Used to reset virtual function.

Members

VirtualFunctionIndex

Zero-based offset of the Virtual Function from the first VF exposed by this Physical Function.

Remarks

See also