Description | |||||
The callback function attached to a Creo Parametric command by passing it to either ProCmdOptionAdd, ProCmdActionAdd, or ProCmdAccessFuncAdd. uiCmdAccessFn specifies the access allowed to the command. | |||||
Synopsis | |||||
#include <ProUICmd.h> | |||||
uiCmdAccessState | (*uiCmdAccessFn) | ( | |||
uiCmdAccessMode access_mode | |||||
/* (In) | |||||
Whether or not to allow error messages. Can be ignored by the callback function. | |||||
*/ | |||||
) | |||||
Returns | |||||
|