BIOSInfo
Gets the BIOS info of a GPU.
Syntax
ADLX_RESULT BIOSInfo(const char** partNumber, const char** version, const char** date)
Parameters
-
[out]
partNumber const char** The pointer to a zero-terminated string where the BIOS part number of the GPU is returned. -
[out]
version const char** The pointer to a zero-terminated string where the BIOS version of the GPU is returned. -
[out]
date const 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
Header |
include “ISystem.h” |
Minimum version |
1.0 |