GetAdlMapping
Gets the ADL Mapping interface.
Syntax
IADLMapping * 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
GetAdlMapping is used to convert data between ADL and ADLX in applications where ADLX was initialized with InitializeWithCallerAdl .
Requirements
Header |
include “ADLXHelper/Windows/Cpp/ADLXHelper.h” |
Minimum version |
1.0 |