|
ReactOS 0.4.16-dev-2320-ge1853c6
|
#include <stdio.h>#include "windows.h"#include "ole2.h"#include "mscoree.h"#include "corerror.h"#include "shlwapi.h"#include "shlobj.h"#include "wine/test.h"#include "initguid.h"#include "interfaces.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Typedefs | |
| typedef enum _run_type | run_type |
Enumerations | |
| enum | _run_type { run_type_current_working_directory = 0 , run_type_exe_directory , run_type_system32 } |
Functions | |
| DEFINE_GUID (IID_ITest2, 0x50adb433, 0xf6c5, 0x3b30, 0x92, 0x0a, 0x55, 0x57, 0x11, 0x86, 0x75, 0x09) | |
| static BOOL | write_resource_file (const char *path_tmp, const char *name_res, const char *name_file, char *path_file) |
| static BOOL | compile_cs_to_dll (char *source_path, char *dest_path) |
| static void | run_test (BOOL expect_success) |
| static void | run_registry_test (run_type run) |
| static void | get_dll_path_for_run (char *path_dll, UINT path_dll_size, run_type run) |
| static void | prepare_and_run_test (const char *dll_source, run_type run) |
| static void | cleanup_test (run_type run) |
| static void | run_child_process (const char *dll_source, run_type run) |
| START_TEST (comtest) | |
Variables | |
| HMODULE | hmscoree |
Definition at line 337 of file comtest.c.
Definition at line 73 of file comtest.c.
Referenced by prepare_and_run_test().
| DEFINE_GUID | ( | IID_ITest2 | , |
| 0x50adb433 | , | ||
| 0xf6c5 | , | ||
| 0x3b30 | , | ||
| 0x92 | , | ||
| 0x0a | , | ||
| 0x55 | , | ||
| 0x57 | , | ||
| 0x11 | , | ||
| 0x86 | , | ||
| 0x75 | , | ||
| 0x09 | |||
| ) |
Definition at line 211 of file comtest.c.
Referenced by cleanup_test(), and prepare_and_run_test().
Definition at line 234 of file comtest.c.
Definition at line 356 of file comtest.c.
Definition at line 156 of file comtest.c.
Referenced by prepare_and_run_test().
Definition at line 109 of file comtest.c.
| START_TEST | ( | comtest | ) |
Definition at line 386 of file comtest.c.
|
static |
Definition at line 45 of file comtest.c.
Referenced by prepare_and_run_test().
| HMODULE hmscoree |
Definition at line 34 of file comtest.c.
Referenced by run_test(), and START_TEST().