ASICFamilyType
Gets the ASIC family type of a GPU.
Syntax
ADLX_RESULT ASICFamilyType (ADLX_ASIC_FAMILY_TYPE * asicFamilyType)
Parameters
-
[out]
asicFamilyType ADLX_ASIC_FAMILY_TYPE * The pointer to a variable where the ASIC family type is returned.
Return Value
If the ASIC family type is successfully returned, ADLX_OK is returned.
If the ASIC family type is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “ISystem.h” |
Minimum version |
1.0 |