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