|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 157 of file ole_server.c.
|
static |
Definition at line 179 of file ole_server.c.
|
static |
Definition at line 202 of file ole_server.c.
|
static |
Definition at line 136 of file ole_server.c.
|
static |
Definition at line 168 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 131 of file ole_server.c.
Referenced by ClassFactoryImpl_AddRef(), ClassFactoryImpl_QueryInterface(), and ClassFactoryImpl_Release().
|
inlinestatic |
Definition at line 70 of file ole_server.c.
Referenced by UnknownImpl_AddRef(), UnknownImpl_QueryInterface(), and UnknownImpl_Release().
Definition at line 221 of file ole_server.c.
Referenced by START_TEST().
Definition at line 272 of file ole_server.c.
Referenced by START_TEST().
Definition at line 329 of file ole_server.c.
Referenced by START_TEST().
| START_TEST | ( | ole_server | ) |
Definition at line 357 of file ole_server.c.
Definition at line 95 of file ole_server.c.
|
static |
Definition at line 75 of file ole_server.c.
Definition at line 106 of file ole_server.c.
Definition at line 305 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 210 of file ole_server.c.
|
static |
Definition at line 219 of file ole_server.c.
Referenced by START_TEST().
Definition at line 42 of file ole_server.c.
| const struct { ... } guid_name[] |
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 118 of file ole_server.c.
Referenced by ClassFactoryImpl_CreateInstance().