HomeSort by relevance Sort by last modified time
    Searched defs:STDMETHODVCALLTYPE (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 18 #define STDMETHODVCALLTYPE __cdecl
31 #define STDMETHODIMPV HRESULT STDMETHODVCALLTYPE
32 #define STDMETHODIMPV_(type) type STDMETHODVCALLTYPE
50 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method
51 #define STDMETHODV_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODVCALLTYPE method
66 #define STDMETHODV(method) HRESULT (STDMETHODVCALLTYPE *method)
67 #define STDMETHODV_(type, method) type (STDMETHODVCALLTYPE *method)
winnt.h 424 #define STDMETHODVCALLTYPE __cdecl
437 #define STDMETHODIMPV HRESULT STDMETHODVCALLTYPE
438 #define STDMETHODIMPV_(type) type STDMETHODVCALLTYPE
    [all...]

Completed in 310 milliseconds