CHAILink SDK
Version 1.3
|
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.
[in] | result | can be AR_Succeeded, AR_Done or AR_Canceled |
[in] | format | Format of the name string. See DeviceNameFormats enumeration in CLC_Enums.h. |
[in] | utf8Name | Display name. This string is only valid during the handler execution. |
[in] | dwClientContextData | Context data passed to the CHAI during the RemoteDevice_GetName_Async function call. |