// dispmprt.h
typedef struct _DXGKARG_QUERYVIRTUALFUNCTIONLUID {
ULONG VirtualFunctionIndex;
PLUID pLuid;
} DXGKARG_QUERYVIRTUALFUNCTIONLUID, *PDXGKARG_QUERYVIRTUALFUNCTIONLUID;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to query virtual function LUID.
VirtualFunctionIndexZero-based offset of the Virtual Function from the first VF exposed by this Physical Function.
pLuidA pointer to a unique LUID that identifies a specific virtual GPU on the host system.