CHAILink SDK
Version 1.3
|
typedef void(* ARH_REMOTEDEVICE_GETOUTPUTINFO)(AsyncResult const result, CPUINT16 const wOutputID, CPCHAR8 const *const utf8Name, InOutCapabilities const outCaps, CPSECTIONID const *const pSectionID, CPCHAR8 const *const utf8SectionName, CPUINT32 const dwClientContextData) |
End of asynchronous for the RemoteDevice_GetOutputInformation_Async function call.
[in] | result | Can be AR_Succeeded, AR_Done or AR_Canceled |
[in] | wOutputID | Output ID |
[in] | strName | Output name |
[in] | outCaps | combination of InOutCapabilities for the output. See InOutCapabilities enumeration in CLC_Enums.h |
[in] | pSectionID | Pointer to the input sectionID |
[in] | strSectionName | Section name |
[in] | dwClientContextData | Context data passed to the CHAI during the RemoteDevice_GetOutputInformation_Async function call. |