Callback uiCmdAccessFn
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>
(*uiCmdAccessFn)
(
uiCmdAccessMode access_mode
/* (In)
Whether or not to allow error messages. Can be ignored by the callback function.
*/
)
Returns
One of the values of uiCmdAccessState, showing which access is permitted.
User Guide References
¿Fue esto útil?