AppendUserTools

BOOLAppendUserTools(CMenu*pMenu, UINTuiFirstID, const CObArray&a)

Call this global function to append an array of user-tools to a menu.

Defined in: usertool.cpp

Return Value

Returns TRUE on success; FALSE otherwise

Parameters

pMenu

Pointer to the CMenu object to which the array of user-tools is to be appended

uiFirstID

User-defined tool ID.

a

CObArray object containing the user-tool array.

See Also

SECUserTool