Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
How does one work out what the parameters of the command are that one has added a bracket function to?
According to the documentation
int (*uiCmdCmdBktFn) (uiCmdCmdId command, uiCmdValue *p_new_value, int entering_command, void **pp_bracket_data)
ignores the uiCmdValue and does not pass in the command value to the bracket function
