CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* ARH_REMOTEDEVICE_GETNAME)(AsyncResult const result, DeviceNameFormats const format, CPCHAR8 const *const utf8Name, CPUINT32 const dwClientContextData)

End of asynchronous for the RemoteDevice_GetName_Async function call.

Parameters
[in]resultcan be AR_Succeeded, AR_Done or AR_Canceled
[in]formatFormat of the name string. See DeviceNameFormats enumeration in CLC_Enums.h.
[in]utf8NameDisplay name. This string is only valid during the handler execution.
[in]dwClientContextDataContext data passed to the CHAI during the RemoteDevice_GetName_Async function call.