Function ProCmdAccessFuncAdd
Description
Adds an accessibility function to the specified action or option.
Synopsis
#include <ProUICmd.h>
ProCmdAccessFuncAdd
(
uiCmdCmdId cmd_id
/* (In)
The identifier of the action or option
*/
uiCmdAccessFn access_func
/* (In)
The function to be called to determine the accessibility of the action or option
*/
uiCmdAccessId* access_id
/* (Out)
The pointer to the identifier of the accessibility function
*/
)
Returns
The function successfully added the accessibility function.
The function failed to add the accessibility function.
Sample Code References
User Guide References
Isto foi útil?