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
CMakeLists.txt
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
precomp.h
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
util.h