HomeSort by relevance Sort by last modified time
    Searched defs:STDMETHOD (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetyps.h 41 #define STDMETHOD(method) virtual HRESULT WINAPI method
59 #define STDMETHOD(method) HRESULT (WINAPI *method)
83 #define IFACEMETHOD(method) STDMETHOD(method)
objbase.h 30 #define STDMETHOD(method) virtual HRESULT WINAPI method
52 #define STDMETHOD(method) HRESULT (WINAPI *method)
79 #define IFACEMETHOD(method) STDMETHOD(method)
  /external/lzma/CPP/Common/
MyWindows.h 84 #define STDMETHOD(f) STDMETHOD_(HRESULT, f)
98 STDMETHOD(QueryInterface) (REFIID iid, void **outObject) PURE;

Completed in 52 milliseconds