reactos/dll/win32/shell32/shelldesktop
Katayama Hirofumi MZ 49b2b1dab1
[SHELL32] Use STDMETHOD macro and keyword override (#6570)
For simplicity and short typing.
JIRA issue: CORE-19469
- Replace "virtual HRESULT STDMETHODCALLTYPE
  m" with "STDMETHOD(m)" (m is a method name).
- Replace "virtual t STDMETHODCALLTYPE m" with
  "STDMETHOD_(t, m)" (t is a type. m is a method
  name).
- Use "override" keyword as possible.
- CDefView should inherit IShellView3 due to
  override CreateViewWindow3 method.
- Fix CDefView::CreateViewWindow3 (parameter
  prcView is const RECT *, not LPRECT).
2024-03-05 08:43:39 +09:00
..
CChangeNotifyServer.cpp [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CChangeNotifyServer.h [SHELL32] Enable _DEBUG and fix assertion failures (#4307) 2022-01-25 03:42:46 +09:00
CDesktopBrowser.cpp [SHELL32] Use STDMETHOD macro and keyword override (#6570) 2024-03-05 08:43:39 +09:00
CDirectoryList.cpp [SHELL32] Big fix for change notification (#3048) 2020-09-03 13:36:31 +09:00
CDirectoryList.h [SHELL32] Optimize change notification (#3030) 2020-08-10 13:34:48 +09:00
CDirectoryWatcher.cpp [SHELL32] Fix assertion failure in CDirectoryWatcher.cpp 2021-03-19 08:30:10 +09:00
CDirectoryWatcher.h [SHELL32] Optimize change notification (#3030) 2020-08-10 13:34:48 +09:00
CMakeLists.txt [CMAKE] Introduce the atl_classes interface library 2020-10-20 21:44:54 +02:00
dde.cpp [REACTOS] Fix misc 64 bit issues 2019-04-13 14:07:50 +02:00
shelldesktop.h [SHELL32] Shell notify rework for simplicity and readability (#2539) 2020-04-13 10:36:24 +09:00