mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[BROWSEUI]
* SHOnCWMCommandLine: Fix IETHREADPARAM leak. [SHELL32] * Fix HMENU leak of the popup used in the view mode button of the toolbar. [RSHELL] * Undo a previous change to help debug the leaks. * Remove child submenus when closing a menu band. * Add some extra verification for debugging purposes. [BROWSEUI] [RSHELL] [SHELL32] * Move ReleaseCComPtrExpectZero to the shared header. svn path=/branches/shell-experiments/; revision=64858
This commit is contained in:
parent
b138a8620d
commit
96cdae0a7c
9 changed files with 184 additions and 91 deletions
|
@ -68,6 +68,9 @@ private:
|
|||
BOOL m_Show;
|
||||
BOOL m_shellBottom;
|
||||
|
||||
HMENU m_trackedPopup;
|
||||
HWND m_trackedHwnd;
|
||||
|
||||
public:
|
||||
CMenuBand();
|
||||
virtual ~CMenuBand();
|
||||
|
@ -194,6 +197,7 @@ public:
|
|||
HRESULT _KillPopupTimers();
|
||||
HRESULT _MenuBarMouseDown(HWND hwnd, INT item);
|
||||
HRESULT _MenuBarMouseUp(HWND hwnd, INT item);
|
||||
HRESULT _HasSubMenu();
|
||||
|
||||
BOOL UseBigIcons()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue