reactos/dll/shellext/ntobjshex
Katayama Hirofumi MZ de8e1553ec
[NTOBJSHEX] Use STDMETHOD macro and keyword override (#6566)
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.
2024-03-05 00:34:21 +09:00
..
lang [TRANSLATION] Improve Portuguese (pt-PT) translation (#4886) 2022-11-20 23:20:11 +03:00
resources [NTOBJSHEX] Localize the descriptions of the NT object and registry shell extension (#3167) 2020-09-12 19:43:59 +02:00
CMakeLists.txt [CMAKE] Get rid of add_compile_flags_language macro 2020-10-20 21:44:54 +02:00
foldercommon.cpp [NTOBJSHEX] Formatting only 2022-12-20 20:08:08 +03:00
foldercommon.h [NTOBJSHEX] Use STDMETHOD macro and keyword override (#6566) 2024-03-05 00:34:21 +09:00
ntobjenum.cpp [NTOBJSHEX] Use STDMETHOD macro and keyword override (#6566) 2024-03-05 00:34:21 +09:00
ntobjenum.h [NTOBJSHEX] Formatting only 2022-12-20 20:08:08 +03:00
ntobjfolder.cpp [NTOBJSHEX] Return early from GetInfoFromPidl when pcidl is null in LPCITEMIDLIST (#4946) 2022-12-31 16:53:02 +01:00
ntobjfolder.h [NTOBJSHEX] Use STDMETHOD macro and keyword override (#6566) 2024-03-05 00:34:21 +09:00
ntobjshex.cpp [NTOBJSHEX] Formatting only 2022-12-20 20:08:08 +03:00
ntobjshex.rc [TRANSLATION] Update Hong Kong Chinese (zh-HK) translation - Part 2 (#4347) 2022-03-31 17:10:21 +03:00
ntobjshex.spec Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
precomp.h [NTOBJSHEX] Reorder include files in the precompiled header 2019-04-18 21:17:00 +02:00
regfolder.cpp [NTOBJSHEX] Return early from GetInfoFromPidl when pcidl is null in LPCITEMIDLIST (#4946) 2022-12-31 16:53:02 +01:00
regfolder.h [NTOBJSHEX] Use STDMETHOD macro and keyword override (#6566) 2024-03-05 00:34:21 +09:00
resource.h [NTOBJSHEX] Localize the descriptions of the NT object and registry shell extension (#3167) 2020-09-12 19:43:59 +02:00
util.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00