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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetyps.h 43 #define STDMETHODV(method) virtual HRESULT STDMETHODVCALLTYPE method
61 #define STDMETHODV(method) HRESULT (STDMETHODVCALLTYPE *method)
85 #define IFACEMETHODV(method) STDMETHODV(method)
objbase.h 32 #define STDMETHODV(method) virtual HRESULT STDMETHODVCALLTYPE method
54 #define STDMETHODV(method) HRESULT (STDMETHODVCALLTYPE *method)
81 #define IFACEMETHODV(method) STDMETHODV(method)

Completed in 53 milliseconds