ReactOS 0.4.15-dev-8632-gbc8c7d1
|
Go to the source code of this file.
Classes | |
struct | iface_wrapper_t |
Macros | |
#define | DEFINE_WRAPPER_FUNC(n, x, off) |
Functions | |
static iface_wrapper_t * | impl_from_IUnknown (IUnknown *iface) |
static HRESULT WINAPI | wrapper_QueryInterface (IUnknown *iface, REFIID riid, void **ppv) |
static HRESULT WINAPI | wrapper_AddRef (IUnknown *iface) |
static HRESULT WINAPI | wrapper_Release (IUnknown *iface) |
HRESULT | wrap_iface (IUnknown *iface, IUnknown *ref_unk, IUnknown **ret) |
Variables | |
static const void * | wrapper_vtbl [] |
Definition at line 100 of file ifacewrap.c.
|
inlinestatic |
Definition at line 34 of file ifacewrap.c.
Referenced by wrapper_AddRef(), wrapper_QueryInterface(), and wrapper_Release().
Definition at line 311 of file ifacewrap.c.
Referenced by HTMLObjectElement_QI().
Definition at line 48 of file ifacewrap.c.
Definition at line 39 of file ifacewrap.c.
Definition at line 58 of file ifacewrap.c.
Definition at line 208 of file ifacewrap.c.
Referenced by wrap_iface().