ADLXHelper_GetAdlMapping
Gets the ADL Mapping interface.
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
Header |
include “ADLXHelper/Windows/C/ADLXHelper.h” |
Minimum version |
1.0 |