CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLC_ErrorCode Input_AddTitleParameter ( CPHOBJECT const  hInput,
CPCHAR8 const *const  utf8Text,
CPUINT16 const  wGroup 
)

Add a title in the parameter list.

Warning
Adding parameters consumes custom text message number going up from CPNS::Enums::TXT_CustomZoneStop.
Parameters
[in]hInputInput handle
[in]utf8Textthe parameter's name
[in]wGroupthe parameter's group. Parameters having the same group number (>0) are physically attached.
Returns
Standard CHAILink Client return code. See CLC_ErrorCode enumeration.
Warning
This function can only be called in CopperLan context. This means in the pseudo task CPDoProcess(), in notification handlers or in asynchronous return handlers and not in SystemDoProcess() for instance.