// d3dkmthk.h
typedef struct _D3DKMT_GPUVERSION {
UINT32 PhysicalAdapterIndex;
WCHAR BiosVersion[DXGK_MAX_GPUVERSION_NAME_LENGTH];
WCHAR GpuArchitecture[DXGK_MAX_GPUVERSION_NAME_LENGTH];
} D3DKMT_GPUVERSION;
View the official Windows Driver Kit DDI referenceNo description available.
Used to collect the bios version and GPU architecture name once during GPU initialization.
PhysicalAdapterIndexThe physical adapter index in the LDA (linked display adapter) chain.
BiosVersionThe current bios of the adapter.
GpuArchitectureThe gpu architecture of the adapter.