CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* ARH_REMOTEDEVICE_GETCONNECTEDDEVICES)(AsyncResult const result, CPDEVICEID const *const pSourceDevID, CPDEVICEID const *const pConnectedDevID, CPUINT32 const dwClientContextData)

End of asynchronous for the RemoteDevice_GetConnectedDevices_Async function call.

Parameters
[in]resultcan be AR_ToBeContinued, AR_Done or AR_Canceled
[in]pSourceDevIDPointer to the source DeviceID. Can be a sub-device of the requested device.
[in]pConnectedDevIDPointer to the connected DeviceID.
[in]dwClientContextDataContext data passed to the CHAI during the RemoteDevice_GetConnectedDevices_Async function call.