HomeSort by relevance Sort by last modified time
    Searched refs: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 51 #define STDMETHODV_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODVCALLTYPE method
67 #define STDMETHODV_(type, method) type (STDMETHODVCALLTYPE *method)
83 #define IFACEMETHODV_(type, method) /*override*/ STDMETHODV_ (type, method)
combaseapi.h 56 #define STDMETHODV_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODVCALLTYPE method
68 #define IFACEMETHODV_(type, method) STDMETHODV_(type, method)
92 #define STDMETHODV_(type, method) type (STDMETHODVCALLTYPE *method)
97 #define IFACEMETHODV_(type, method) STDMETHODV_ (type, method)

Completed in 215 milliseconds