Type

Gets the type of a GPU.

Syntax

Copied!

ADLX_RESULT     Type (ADLX_GPU_TYPE * gpuType)

Parameters

  1. [out] gpuType ADLX_GPU_TYPE * The pointer to a variable where the GPU type is returned.

Return Value

If the GPU type is successfully returned, ADLX_OK is returned.

If the GPU type is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The GPU type can be categorized into Integrated, Discrete, and Unknown.

Requirements

Header

include “ISystem.h”

Minimum version

1.0