Function ProCmdCmdIdFind
Description
Finds the identifier of the specified action or option.
Replacement in Object TOOLKIT:
Synopsis
#include <ProUICmd.h>
ProCmdCmdIdFind
(
char* cmd_name
/* (In)
The name of the action or option.
*/
uiCmdCmdId* cmd_id
/* (Out)
The address of the identifier of an action or option. This can be a null pointer.
*/
)
Returns
The function successfully found the identifier.
The function failed to find the identifier.
Sample Code References
這是否有幫助?