ReactOS
0.4.15-dev-1636-gf634010
|
#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.
Referenced by ClassFactoryImpl_CreateInstance(), ClassFactoryImpl_QueryInterface(), and UnknownImpl_QueryInterface().
DEFINE_GUID | ( | CLSID_WineTestObject | , |
0xdeadbeef | , | ||
0xdead | , | ||
0xbeef | , | ||
0xde | , | ||
0xad | , | ||
0xbe | , | ||
0xef | , | ||
0xde | , | ||
0xad | , | ||
0xbe | , | ||
0xef | |||
) |
DEFINE_GUID | ( | CLSID_UnknownUnmarshal | , |
0x4c1e39e1 | , | ||
0xe3e3 | , | ||
0x4296 | , | ||
0xaa | , | ||
0x86 | , | ||
0xec | , | ||
0x93 | , | ||
0x8d | , | ||
0x89 | , | ||
0x6e | , | ||
0x92 | |||
) |
|
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 _create_img_elem(), _create_option_elem(), CClassFactory_fnConstructor(), create_optimal_palette(), create_xmlhttprequest(), D3DXGetImageInfoFromFileInMemory(), D3DXSaveSurfaceToFileInMemory(), dispatch_create_proxy(), dispatch_create_stub(), DllGetClassObject(), encode_image_wic(), get_component_info(), get_gif_palette(), get_palette(), init_mutation(), initialize_decoder_wic(), metafile_deserialize_image(), OLEPictureImpl_LoadWICDecoder(), register_protocols(), START_TEST(), STRMBASE_DllGetClassObject(), test_about_protocol(), test_componentinfo(), test_create_decoder(), test_create_reader(), test_createfromstream(), test_decode_1bpp(), test_decode_24bpp(), test_decode_4bpp(), test_decode_rle4(), test_decode_rle8(), test_empty_propertybag(), test_file_protocol_url(), test_filled_propertybag(), test_ftp_protocol(), test_gopher_protocol(), test_http_protocol_url(), test_ico_data_(), test_imagingfactory_interfaces(), test_its_protocol(), test_IUriBuilderFactory(), test_javascript_protocol(), test_metadata_png(), test_mk_protocol(), test_queryreader(), test_reader_info(), test_res_protocol(), test_StreamOnIStream(), test_stub(), test_xmlhttprequest(), and WICCreateColorTransform_Proxy().
Definition at line 42 of file ole_server.c.
Referenced by debugstr_guid().
const { ... } 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().