Details
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.
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.