Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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
