Skip to content

ADLXHelper_GetAdlMapping

Navigation: ADLX SDK ReferencesADLX HelpersADLX Helper Functions

Syntax

IADLMapping* ADLXHelper_GetAdlMapping ()

Parameters

N/A

Return Value

If ADLX was successfully initialized with ADL, a valid pointer of the IADLMapping interface is returned.

If ADLX was initialized under any of the following circumstances, nullptr is returned.

  • ADLX initialization was with other initialization methods.
  • ADLX initialization was failed.
  • ADLX initialization was not called.

Remarks

ADLXHelper_GetAdlMapping is used to convert data between ADL and ADLX in applications where ADLX was initialized with ADLXHelper_InitializeWithCallerAdl.

Requirements

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

See Also: IADLMapping, ADLXHelper_InitializeWithCallerAdl