ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
static void | test_SetInitialHlink (void) |
static void | test_BrowseWindowInfo (void) |
static HRESULT WINAPI | Unknown_QueryInterface (IUnknown *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | Unknown_AddRef (IUnknown *iface) |
static ULONG WINAPI | Unknown_Release (IUnknown *iface) |
static void | test_GetObject (void) |
START_TEST (browse_ctx) | |
Variables | |
static IUnknownVtbl | UnknownVtbl |
static IUnknown | Unknown = { &UnknownVtbl } |
#define COBJMACROS |
Definition at line 19 of file browse_ctx.c.
START_TEST | ( | browse_ctx | ) |
Definition at line 200 of file browse_ctx.c.
Definition at line 86 of file browse_ctx.c.
Referenced by START_TEST().
Definition at line 164 of file browse_ctx.c.
Referenced by START_TEST().
Definition at line 27 of file browse_ctx.c.
Referenced by START_TEST().
Definition at line 146 of file browse_ctx.c.
Definition at line 134 of file browse_ctx.c.
Definition at line 151 of file browse_ctx.c.
|
static |
Definition at line 162 of file browse_ctx.c.
Referenced by test_GetObject().
|
static |
Definition at line 156 of file browse_ctx.c.