Called by the CHAI to request a current value refresh related to a specific parameter. When this method is called, the application should reply using Parameter_RefreshCurrentModifierParameterValue | Parameter_RefreshCurrentSelectorParameterValue | Parameter_RefreshCurrentTextParameterValue.
- Parameters
-
[in] | hInput | Handle to the notified input. |
[in] | dwInputUserData | The user data associated to the input handle during its creation. |
[in] | hParameter | Handle to the related parameter |
[in] | parameterType | Type of the notified parameter. See ObjectTypes |
[in] | dwParameterUserData | The user data associated to the parameter handle during its creation. |
[in] | wIndex | index related to the expected current value, or 0 if no index. |