OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Vtbl
(Results
1 - 9
of
9
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetyps.h
69
const struct iface##
Vtbl
*lpVtbl; } iface; \
70
typedef const struct iface##
Vtbl
iface##
Vtbl
; \
71
const struct iface##
Vtbl
74
struct iface##
Vtbl
*lpVtbl; \
76
typedef struct iface##
Vtbl
iface##
Vtbl
; \
77
struct iface##
Vtbl
objbase.h
68
#define DECLARE_INTERFACE(iface) typedef struct iface { const struct iface##
Vtbl
*lpVtbl; } iface; typedef const struct iface##
Vtbl
iface##
Vtbl
; const struct iface##
Vtbl
72
#define DECLARE_INTERFACE(iface) typedef struct iface { struct iface##
Vtbl
*lpVtbl; } iface; typedef struct iface##
Vtbl
iface##
Vtbl
; struct iface##
Vtbl
rpcproxy.h
73
#define CINTERFACE_PROXY_VTABLE(n) struct { CInterfaceProxyHeader header; void *
Vtbl
[n ]; }
77
void *
Vtbl
[];
91
IRpcStubBufferVtbl
Vtbl
;
intshcut.h
87
#define IUniformResourceLocatorVtbl __MINGW_NAME_AW_EXT(IUniformResourceLocator,
Vtbl
)
oledlg.h
466
#define IOleUILinkContainerVtbl __MINGW_NAME_AW_EXT(IOleUILinkContainer,
Vtbl
)
799
#define IOleUIObjInfoVtbl __MINGW_NAME_AW_EXT(IOleUIObjInfo,
Vtbl
)
844
#define IOleUILinkInfoVtbl __MINGW_NAME_AW_EXT(IOleUILinkInfo,
Vtbl
)
[
all
...]
mapidefs.h
431
#define DECLARE_MAPI_INTERFACE(iface) typedef struct iface##
Vtbl
iface##
Vtbl
,*iface; struct iface##
Vtbl
433
#define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface##
Vtbl
iface##
Vtbl
,*iface,**piface;
[
all
...]
wabdefs.h
428
#define DECLARE_MAPI_INTERFACE(iface) typedef struct iface##
Vtbl
iface##
Vtbl
,*iface; struct iface##
Vtbl
430
#define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface##
Vtbl
iface##
Vtbl
,*iface,**piface;
[
all
...]
shlobj.h
304
#define IExtractIconVtbl __MINGW_NAME_AW_EXT(IExtractIcon,
Vtbl
)
510
#define IShellExecuteHookVtbl __MINGW_NAME_AW_EXT(IShellExecuteHook,
Vtbl
)
571
#define INewShortcutHookVtbl __MINGW_NAME_AW_EXT(INewShortcutHook,
Vtbl
)
634
#define ICopyHookVtbl __MINGW_NAME_AW_EXT(ICopyHook,
Vtbl
)
[
all
...]
d2d1.h
373
#define DECLARE_INTERFACE(iface) struct iface { struct iface##
Vtbl
*lpVtbl; }; typedef struct iface##
Vtbl
iface##
Vtbl
; struct iface##
Vtbl
[
all
...]
Completed in 320 milliseconds