ReactOS 0.4.16-dev-125-g798ea90
|
#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_enumruntimes (void) |
static void | test_getruntime (void) |
START_TEST (metahost) | |
Variables | |
static HMODULE | hmscoree |
static REFIID | riid |
static REFIID LPVOID * | ppInterface |
static ICLRMetaHost * | metahost |
#define COBJMACROS |
Definition at line 19 of file metahost.c.
Definition at line 60 of file metahost.c.
Referenced by START_TEST().
Definition at line 38 of file metahost.c.
Referenced by START_TEST().
START_TEST | ( | metahost | ) |
Definition at line 145 of file metahost.c.
Definition at line 67 of file metahost.c.
Referenced by START_TEST().
Definition at line 112 of file metahost.c.
Referenced by START_TEST().
|
static |
Definition at line 32 of file metahost.c.
Referenced by cleanup(), and init_pointers().
|
static |
Definition at line 36 of file metahost.c.
Referenced by cleanup(), init_pointers(), test_enumruntimes(), and test_getruntime().
Definition at line 34 of file metahost.c.
Referenced by CLRCreateInstance().
Definition at line 34 of file metahost.c.