RevisionId

Gets the revision id of a GPU.

Syntax

Copied!

ADLX_RESULT     RevisionId(const char** revisionId)

Parameters

  1. [out] revisionId const char** The pointer to a zero-terminated string where the revision id of the GPU is returned.

Return Value

If the revision id is successfully returned, ADLX_OK is returned.

If the revision id is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

The returned memory buffer is valid within the lifetime of the IADLXGPU interface.

If the application uses the revision id beyond the lifetime of the IADLXGPU interface, the application must make a copy of the revision id.

Requirements

Header

include “ISystem.h”

Minimum version

1.0