Get Selector parameter item description.
- Parameters
-
[in] | hRemoteDevice | Handle to the remote device. |
[in] | hSelectorItemListID | the selector's item list ID |
[in] | wItemIndex | item index, 0 based |
[in] | fRequestMultipleValues | TRUE if multiple consecutive values from wItemIndex are requested. |
[in] | dwClientContextData | Data passed back to the ARH_REMOTEDEVICE_GETSELECTORPARAMVALUETEXT callback handler. |
[out] | phAsync | Pointer to the handle of the async operation. |
- 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.