DXGKARG_QUERYVIRTUALFUNCTIONLUID structure (dispmprt.h)

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