SECUserTool::SetMenuText

LPCTSTRSECUserTool::SetMenuText(LPCTSTRstr)

The filename of the user-tool will frequently be too long or too cryptic to display as a tool name in a menu. For this reason, user-tools have an alias, or alternate name, that is shown in menus. Use this method to initialize or modify a user-tool’s menu text.

Defined in: usertool.h

Parameters

str

The menu text to associate with the user-tool.

See Also

GetMenuText

SECUserTool