Description | ||||||||
Adds a function to be called before and after the callback function when the specified action or option is executed. | ||||||||
Synopsis | ||||||||
#include <ProUICmd.h> | ||||||||
ProError | ProCmdBracketFuncAdd | ( | ||||||
uiCmdCmdId cmd_id | ||||||||
/* (In) | ||||||||
The identifier of the action or option | ||||||||
*/ | ||||||||
uiCmdCmdBktFn bracket_func | ||||||||
/* (In) | ||||||||
The function to be called before and after execution | ||||||||
*/ | ||||||||
char* bracket_func_name | ||||||||
/* (In) | ||||||||
The name of the function to be called before and after execution | ||||||||
*/ | ||||||||
void** pp_bracket_data | ||||||||
/* (In) | ||||||||
The pointer to the data to be passed to the function | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|