|
ReactOS 0.4.16-dev-2332-g4cba65d
|
#include <stdio.h>#include "corerror.h"#include "mscoree.h"#include "metahost.h"#include "shlwapi.h"#include "initguid.h"#include "wine/test.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| DEFINE_GUID (IID__AppDomain, 0x05f696dc, 0x2b29, 0x3663, 0xad, 0x8b, 0xc4, 0x38, 0x9c, 0xf2, 0xa7, 0x13) | |
| static | HRESULT (WINAPI *pGetCORVersion)(LPWSTR |
| static BOOL | init_functionpointers (void) |
| static int | check_runtime (void) |
| static BOOL | runtime_is_usable (void) |
| static void | test_versioninfo (void) |
| static void | test_loadlibraryshim (void) |
| static void | create_xml_file (LPCWSTR filename) |
| static void | test_createconfigstream (void) |
| static void | test_createinstance (void) |
| static BOOL | write_resource (const WCHAR *resource, const WCHAR *filename) |
| static BOOL | compile_cs (const WCHAR *source, const WCHAR *target, const WCHAR *type, const WCHAR *args) |
| static BOOL | create_new_dir (WCHAR newdir[MAX_PATH], const WCHAR *prefix) |
| static void | test_loadpaths_execute (const WCHAR *exe_name, const WCHAR *dll_name, const WCHAR *cfg_name, const WCHAR *dll_dest, BOOL expect_failure, BOOL todo) |
| static void | test_loadpaths (BOOL neutral) |
| static void | test_createdomain (void) |
| START_TEST (mscoree) | |
Variables | |
| static int | has_mono = 0 |
| static const WCHAR | v4_0 [] = {'v','4','.','0','.','3','0','3','1','9',0} |
| static HMODULE | hmscoree |
| static | DWORD |
| static DWORD *static INT *static DWORD *static | LPCWSTR |
| static DWORD *static INT *static DWORD *static | LPWSTR |
| static DWORD *static INT *static DWORD *static DWORD DWORD *static | LPVOID |
| static DWORD *static INT *static DWORD *static DWORD DWORD *static HMODULE *static IStream **static | REFIID |
| static DWORD *static INT *static DWORD *static DWORD DWORD *static HMODULE *static IStream **static VOID **static VOID **static BOOL | no_legacy_runtimes |
| static const char | xmldata [] |
Definition at line 85 of file mscoree.c.
Referenced by START_TEST().
|
static |
Definition at line 565 of file mscoree.c.
Referenced by test_loadpaths().
Definition at line 595 of file mscoree.c.
Referenced by test_loadpaths_execute().
Definition at line 421 of file mscoree.c.
Referenced by test_createconfigstream().
| DEFINE_GUID | ( | IID__AppDomain | , |
| 0x05f696dc | , | ||
| 0x2b29 | , | ||
| 0x3663 | , | ||
| 0xad | , | ||
| 0x8b | , | ||
| 0xc4 | , | ||
| 0x38 | , | ||
| 0x9c | , | ||
| 0xf2 | , | ||
| 0xa7 | , | ||
| 0x13 | |||
| ) |
Definition at line 54 of file mscoree.c.
Referenced by START_TEST().
Definition at line 134 of file mscoree.c.
Referenced by START_TEST().
| START_TEST | ( | mscoree | ) |
Definition at line 897 of file mscoree.c.
Definition at line 431 of file mscoree.c.
Referenced by START_TEST().
Definition at line 811 of file mscoree.c.
Referenced by START_TEST().
Definition at line 512 of file mscoree.c.
Referenced by START_TEST().
Definition at line 304 of file mscoree.c.
Referenced by START_TEST().
Definition at line 734 of file mscoree.c.
Referenced by START_TEST().
|
static |
Definition at line 626 of file mscoree.c.
Referenced by test_loadpaths().
Definition at line 172 of file mscoree.c.
Referenced by START_TEST().
Definition at line 540 of file mscoree.c.
Referenced by test_loadpaths().
|
static |
Definition at line 32 of file mscoree.c.
Referenced by check_runtime(), runtime_is_usable(), test_loadlibraryshim(), and test_versioninfo().
|
static |
Definition at line 41 of file mscoree.c.
Referenced by init_functionpointers(), and START_TEST().
|
static |
Definition at line 52 of file mscoree.c.
Referenced by test_createinstance(), test_loadlibraryshim(), and test_versioninfo().
Definition at line 39 of file mscoree.c.
Referenced by check_runtime(), test_createdomain(), and test_loadlibraryshim().
Definition at line 413 of file mscoree.c.
Referenced by create_xml_file(), and test_createconfigstream().