Function ProCmdBracketFuncAdd
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>
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
The function successfully added the bracket function.
The function failed to add the bracket function.
Sample Code References
User Guide References
War dies hilfreich?