Hi
I created a C++ Add-in for Rose, on MSDev C++ 6.0, that respond to
context-menu events.
I catch the OnEnableContextMenuItems event all right, by using this function
in mi addin :

        HRESULT OnEnableContextMenuItems(IDispatch* _pRoseAppDispatch, int
_context)

But I can't catch the OnSelectedContextMenuItem event, because of its
'String' parameter... How should I write my C++ function ?

        HRESULT OnSelectedContextMenuItem(IDispatch* _pRoseAppDispatch,
??????? _name);

thanks for your help.
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to