BOOL Attach( HMENU hMenu);
hMenu
Specifies a handle to a Windows menu.
Attaches an existing Windows menu to a CMenu object. This function should not be called if a menu is already attached to the CMenu object. The menu handle is stored in the m_hMenu data member.
TRUE if the operation was successful; otherwise FALSE.