Skip to content

ADLXHelper_Initialize

Navigation: ADLX SDK ReferencesADLX HelpersADLX Helper Functions

Syntax

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

Headerinclude “ADLXHelper/Windows/C/ADLXHelper.h”
Minimum version1.0

See Also: Compatibility