ADLXHelper_Initialize

Initializes ADLX with default parameters.

Syntax

Copied!

ADLX_RESULT  ADLXHelper_Initialize ()

Parameters

N/A

Return Value

If ADLXHelper_Initialize is successfully executed, ADLX_OK is returned.

If ADLXHelper_Initialize is not successfully executed, an error code is returned.

If ADLX was previously successfully initialized with any of the initialization functions, ADLX_ALREADY_INITIALIZED is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

This function is used when an application does not use the ADL library and initializes ADLX with default parameters.

For more information for initializing ADLX with default parameters, refer to ADLX GPU Support .

Requirements

Header

include “ADLXHelper/Windows/C/ADLXHelper.h”

Minimum version

1.0