|
ReactOS 0.4.16-dev-2357-g35d0dfe
|
#include <stdarg.h>#include "windef.h"#include "ole2.h"#include "corerror.h"#include "ocidl.h"#include "initguid.h"#include "metahost.h"#include "wine/test.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| static | HRESULT (WINAPI *pCLRCreateInstance)(REFCLSID clsid |
| static BOOL | init_pointers (void) |
| static void | cleanup (void) |
| static void | test_getruntime (WCHAR *version) |
| static void | test_enumruntimes (void) |
| static void WINAPI | notification_dummy_callback (ICLRRuntimeInfo *pRuntimeInfo, CallbackThreadSetFnPtr pfnCallbackThreadSet, CallbackThreadUnsetFnPtr pfnCallbackThreadUnset) |
| static void WINAPI | notification_callback (ICLRRuntimeInfo *pRuntimeInfo, CallbackThreadSetFnPtr pfnCallbackThreadSet, CallbackThreadUnsetFnPtr pfnCallbackThreadUnset) |
| static void | test_notification (void) |
| static void | test_notification_cb (void) |
| START_TEST (metahost) | |
Variables | |
| static int | has_mono = 0 |
| static HMODULE | hmscoree |
| static REFIID | riid |
| static REFIID LPVOID * | ppInterface |
| static ICLRMetaHost * | metahost |
| static const WCHAR | v4_0 [] = {'v','4','.','0','.','3','0','3','1','9',0} |
| static DWORD | expect_runtime_tid |
| #define COBJMACROS |
Definition at line 19 of file metahost.c.
Definition at line 70 of file metahost.c.
Referenced by START_TEST().
Definition at line 48 of file metahost.c.
Referenced by START_TEST().
|
static |
Definition at line 160 of file metahost.c.
Referenced by test_notification().
|
static |
Definition at line 154 of file metahost.c.
Referenced by test_notification().
| START_TEST | ( | metahost | ) |
Definition at line 230 of file metahost.c.
Definition at line 108 of file metahost.c.
Referenced by START_TEST().
Definition at line 77 of file metahost.c.
Referenced by test_enumruntimes().
Definition at line 187 of file metahost.c.
Referenced by START_TEST().
Definition at line 201 of file metahost.c.
Referenced by START_TEST().
|
static |
Definition at line 46 of file metahost.c.
Referenced by notification_callback(), and test_notification_cb().
|
static |
Definition at line 33 of file metahost.c.
Referenced by test_notification_cb().
|
static |
Definition at line 38 of file metahost.c.
Referenced by cleanup(), and init_pointers().
|
static |
Definition at line 42 of file metahost.c.
Referenced by check_runtime(), cleanup(), init_pointers(), test_createdomain(), test_enumruntimes(), test_getruntime(), test_notification(), and test_notification_cb().
Definition at line 40 of file metahost.c.
Referenced by CLRCreateInstance(), and CreateInterface().
Definition at line 40 of file metahost.c.
Definition at line 44 of file metahost.c.
Referenced by notification_callback(), and test_notification_cb().