API 文件集 > Miscellaneous > Object ProMfgproctable > Callback ProMfgproctableItemAccessFunction
Callback ProMfgproctableItemAccessFunction
Description
This is the signature for the access function callback for a button added by Creo Parametric TOOLKIT into the manufacturing process manager dialog.
Synopsis
(*ProMfgproctableItemAccessFunction)
(
ProMfg mfg
/* (In)
Manufacturing model being edited.
*/
char* button_name
/* (In)
Name of the added item in the dialog.
*/
ProAppData app_data
/* (In)
Application data set during registration of this item.
*/
)
Returns
One of the values of uiCmdAccessState, showing which access is permitted.
這是否有幫助?