Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Arguments used to query virtual function LUID.
Syntax
typedef struct _DXGKARG_QUERYVIRTUALFUNCTIONLUID {
ULONG VirtualFunctionIndex;
PLUID pLuid;
} DXGKARG_QUERYVIRTUALFUNCTIONLUID, *PDXGKARG_QUERYVIRTUALFUNCTIONLUID;
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.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |