CHAILink SDK
Version 1.3
|
typedef void(* ARH_REMOTEDEVICE_GETDESTINATION)(AsyncResult const result, CPUINT16 const wOutputID, CPUINT16 const wDestinationIndex, CPCHAR8 const *const utf8Name, CPENDPOINT const *pDestination, CPUINT32 const dwClientContextData) |
End of asynchronous for the RemoteDevice_GetDestination_Async function call.
[in] | result | Can be AR_Succeeded, AR_Done or AR_Canceled |
[in] | wOutputID | Output ID |
[in] | wDestinationIndex | destination index |
[in] | strName | Name ("Destination #[index]") |
[in] | pDestination | Pointer to the destination endpoint |
[in] | dwClientContextData | Context data passed to the CHAI during the RemoteDevice_GetDestination_Async function call. |