Changeset 136 for trunk/Utilities/ShowHresult/NotifyIconWindow.h
- Timestamp:
- Oct 15, 2012, 11:40:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/ShowHresult/NotifyIconWindow.h
r131 r136 625 625 _W(Shell_NotifyIcon(NIM_DELETE, &m_NotifyIconData)); 626 626 m_NotifyIconData.hWnd = NULL; 627 // NOTE: Safety double-posting 628 PostQuitMessage(0); 627 629 return 0; 628 630 } … … 656 658 _W(CloseClipboard()); 657 659 } 660 if(m_NextClipboardViewerWindow) 661 m_NextClipboardViewerWindow.SendMessage(WM_DRAWCLIPBOARD, m_pCurrentMsg->wParam, m_pCurrentMsg->lParam); 658 662 return 0; 659 663 }
Note: See TracChangeset
for help on using the changeset viewer.