Update a Selector Item List.
- Parameters
-
[in] | hSelectorItemList | Handle of the Selector Item List to update. |
[in] | wSize | Number of items in the list |
[in] | arValues | Array of Selector Item Values. |
[in] | arutf8Names | Array of Selector Item texts. |
- 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.