OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
16
#define
STDMETHODVCALLTYPE
__cdecl
30
#define STDMETHODIMPV HRESULT
STDMETHODVCALLTYPE
31
#define STDMETHODIMPV_(type) type
STDMETHODVCALLTYPE
43
#define STDMETHODV(method) virtual HRESULT
STDMETHODVCALLTYPE
method
44
#define STDMETHODV_(type,method) virtual type
STDMETHODVCALLTYPE
method
61
#define STDMETHODV(method) HRESULT (
STDMETHODVCALLTYPE
*method)
62
#define STDMETHODV_(type,method) type (
STDMETHODVCALLTYPE
*method)
winnt.h
267
#define
STDMETHODVCALLTYPE
__cdecl
278
#define STDMETHODIMPV HRESULT
STDMETHODVCALLTYPE
279
#define STDMETHODIMPV_(type) type
STDMETHODVCALLTYPE
[
all
...]
Completed in 967 milliseconds