CHAILink SDK
Version 1.3
|
typedef void(* ARH_REMOTEDEVICE_GETMODIFIERDATATYPEINFO)(AsyncResult const result, CPPARAMETERID const *const pParamID, CPVALUE const *const pMinValue, CPVALUE const *const pMidValue, CPVALUE const *const pMaxValue, CPUINT32 const dwClientContextData) |
End of asynchronous for the RemoteDevice_GetModifierDataTypeInfo_Async function call. Modifier parameter value range for a requested data type info.
[in] | result | Can be AR_Succeeded, AR_Done or AR_Canceled |
[in] | pParamID | Pointer to the parameter ID. |
[in] | minValue | the min value |
[in] | midValue | the middle value |
[in] | maxValue | the max value |
[in] | dwClientContextData | Context data passed to the CHAI during RemoteDevice_GetModifierDataTypeInfo_Async function call. |