Skip to content

BIOSInfo

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPU

Syntax

ADLX_RESULT    BIOSInfo(const char** partNumber, const char** version, const char** date)

Parameters

#DirectionNameTypeDescription
1.[out]partNumberconst char**The pointer to a zero-terminated string where the BIOS part number of the GPU is returned.
#DirectionNameTypeDescription
---------------
2.[out]versionconst char**The pointer to a zero-terminated string where the BIOS version of the GPU is returned.
#DirectionNameTypeDescription
---------------
3.[out]dateconst char**The pointer to a zero-terminated string where the BIOS date of the GPU is returned.

Return Value

If the BIOS part number, BIOS version and BIOS date are successfully returned, ADLX_OK is returned.

If the BIOS part number, BIOS version and BIOS date are not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

The returned memory buffers are valid within the lifetime of the IADLXGPU interface.

If the application uses the BIOS part number, BIOS version and BIOS date beyond the lifetime of the IADLXGPU interface, the application must make a copy of the BIOS part number, BIOS version and BIOS date.

Requirements

Headerinclude “ISystem.h”
Minimum version1.0

See Also: IADLXGPU