DXGKARG_QUERYVIRTUALFUNCTIONLUID - NtDoc

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

typedef struct _DXGKARG_QUERYVIRTUALFUNCTIONLUID {
  ULONG VirtualFunctionIndex;
  PLUID pLuid;
} DXGKARG_QUERYVIRTUALFUNCTIONLUID, *PDXGKARG_QUERYVIRTUALFUNCTIONLUID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_QUERYVIRTUALFUNCTIONLUID structure

Description

Arguments used to query virtual function LUID.

Members

VirtualFunctionIndex

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

pLuid

A pointer to a unique LUID that identifies a specific virtual GPU on the host system.

Remarks

See also