ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <windows.h>
#include <exdisp.h>
#include <tlhelp32.h>
#include <stdio.h>
#include <assert.h>
#include "wine/test.h"
#include <initguid.h>
Go to the source code of this file.
Classes | |
struct | winetest_info |
struct | UnknownImpl |
struct | ClassFactoryImpl |
Macros | |
#define | COBJMACROS |
#define | CONST_VTABLE |
#define | GUID_NAME(guid) { &IID_##guid, #guid } |
Variables | |
struct { | |
const GUID * guid | |
const char * name | |
} | guid_name [] |
static LONG | obj_ref |
static LONG | class_ref |
static LONG | server_locks |
static const IUnknownVtbl | UnknownImpl_Vtbl |
static const IClassFactoryVtbl | ClassFactoryImpl_Vtbl |
static ClassFactoryImpl | factory = { { &ClassFactoryImpl_Vtbl }, 0 } |
#define COBJMACROS |
Definition at line 21 of file ole_server.c.
#define CONST_VTABLE |
Definition at line 22 of file ole_server.c.
|
static |
Definition at line 172 of file ole_server.c.
|
static |
Definition at line 194 of file ole_server.c.
|
static |
Definition at line 217 of file ole_server.c.
|
static |
Definition at line 151 of file ole_server.c.
|
static |
Definition at line 183 of file ole_server.c.
Definition at line 63 of file ole_server.c.
DEFINE_GUID | ( | CLSID_UnknownUnmarshal | , |
0x4c1e39e1 | , | ||
0xe3e3 | , | ||
0x4296 | , | ||
0xaa | , | ||
0x86 | , | ||
0xec | , | ||
0x93 | , | ||
0x8d | , | ||
0x89 | , | ||
0x6e | , | ||
0x92 | |||
) |
DEFINE_GUID | ( | CLSID_WineTestObject | , |
0xdeadbeef | , | ||
0xdead | , | ||
0xbeef | , | ||
0xde | , | ||
0xad | , | ||
0xbe | , | ||
0xef | , | ||
0xde | , | ||
0xad | , | ||
0xbe | , | ||
0xef | |||
) |
|
inlinestatic |
Definition at line 146 of file ole_server.c.
Referenced by ClassFactoryImpl_AddRef(), ClassFactoryImpl_QueryInterface(), and ClassFactoryImpl_Release().
|
inlinestatic |
Definition at line 85 of file ole_server.c.
Referenced by UnknownImpl_AddRef(), UnknownImpl_QueryInterface(), and UnknownImpl_Release().
Definition at line 236 of file ole_server.c.
Referenced by START_TEST().
Definition at line 287 of file ole_server.c.
Referenced by START_TEST().
Definition at line 344 of file ole_server.c.
Referenced by START_TEST().
START_TEST | ( | ole_server | ) |
Definition at line 372 of file ole_server.c.
Definition at line 110 of file ole_server.c.
|
static |
Definition at line 90 of file ole_server.c.
Definition at line 121 of file ole_server.c.
Definition at line 320 of file ole_server.c.
Referenced by START_TEST().
|
static |
Definition at line 61 of file ole_server.c.
Referenced by ClassFactoryImpl_AddRef(), ClassFactoryImpl_Release(), and ole_server().
|
static |
Definition at line 225 of file ole_server.c.
|
static |
Definition at line 234 of file ole_server.c.
Referenced by START_TEST().
Definition at line 42 of file ole_server.c.
Referenced by debugstr_guid().
const struct { ... } guid_name[] |
Referenced by debugstr_guid().
Definition at line 43 of file ole_server.c.
|
static |
Definition at line 61 of file ole_server.c.
Referenced by ole_server(), UnknownImpl_AddRef(), and UnknownImpl_Release().
|
static |
Definition at line 61 of file ole_server.c.
Referenced by ClassFactoryImpl_LockServer(), DllCanUnloadNow(), DSCF_LockServer(), and ole_server().
|
static |
Definition at line 133 of file ole_server.c.
Referenced by ClassFactoryImpl_CreateInstance().