Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-19469

Use STDMETHOD macro for simplicity

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 0.4.15
    • Shell
    • None

    Description

      1. Replace "virtual HRESULT STDMETHODCALLTYPE method_name" with STDMETHOD(method_name).
      2. Replace "virtual ret_type STDMETHODCALLTYPE method_name" with STDMETHOD_(ret_type, method_name).
      3. Use override keyword if possible.

      Attachments

        Activity

          People

            katayama_hirofumi_mz Katayama Hirofumi MZ
            katayama_hirofumi_mz Katayama Hirofumi MZ
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: