ReactOS 0.4.16-dev-36-g301675c
|
#include <stdio.h>
#include <windows.h>
#include <mscoree.h>
#include <fusion.h>
#include <corerror.h>
#include <strsafe.h>
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | _tagASMPROP_RES |
Macros | |
#define | COBJMACROS |
#define | ok_aw(aString, wString) |
#define | test_assembly_name_props(name, vals) test_assembly_name_props_line(name, vals, __LINE__); |
Typedefs | |
typedef struct _tagASMPROP_RES | ASMPROP_RES |
Functions | |
static | HRESULT (WINAPI *pCreateAssemblyNameObject)(IAssemblyName **ppAssemblyNameObj |
static BOOL | init_functionpointers (void) |
static void | to_widechar (LPWSTR dest, LPCSTR src) |
static void | test_assembly_name_props_line (IAssemblyName *name, const ASMPROP_RES *vals, int line) |
static void | test_CreateAssemblyNameObject (void) |
static void | test_IAssemblyName_IsEqual (void) |
START_TEST (asmname) | |
Variables | |
static CHAR | string1 [MAX_PATH] |
static LPCWSTR | szAssemblyName |
static LPCWSTR DWORD | dwFlags |
static LPCWSTR DWORD LPVOID | pvReserved |
static LPCWSTR | szVersion |
static LPCWSTR LPVOID HMODULE * | phModDll |
static const ASMPROP_RES | defaults [ASM_NAME_MAX_PARAMS] |
static const ASMPROP_RES | emptyname [ASM_NAME_MAX_PARAMS] |
static const ASMPROP_RES | winename [ASM_NAME_MAX_PARAMS] |
static const ASMPROP_RES | vername [ASM_NAME_MAX_PARAMS] |
static const ASMPROP_RES | badvername [ASM_NAME_MAX_PARAMS] |
static const ASMPROP_RES | neutralname [ASM_NAME_MAX_PARAMS] |
static const ASMPROP_RES | enname [ASM_NAME_MAX_PARAMS] |
static const ASMPROP_RES | pubkeyname [ASM_NAME_MAX_PARAMS] |
#define test_assembly_name_props | ( | name, | |
vals | |||
) | test_assembly_name_props_line(name, vals, __LINE__); |
typedef struct _tagASMPROP_RES ASMPROP_RES |
Definition at line 45 of file asmname.c.
Referenced by START_TEST().
START_TEST | ( | asmname | ) |
Definition at line 1084 of file asmname.c.
|
static |
Definition at line 343 of file asmname.c.
Definition at line 394 of file asmname.c.
Referenced by START_TEST().
Definition at line 1009 of file asmname.c.
Referenced by START_TEST().
Definition at line 338 of file asmname.c.
Referenced by test_assembly_name_props_line(), and test_CreateAssemblyNameObject().
|
static |
Definition at line 210 of file asmname.c.
Referenced by test_CreateAssemblyNameObject().
|
static |
Definition at line 82 of file asmname.c.
Referenced by add_func_desc(), generate_effects(), test_CreateAssemblyNameObject(), test_OpenPrinter(), xmlAddDefAttrs(), and xmlParseStartTag2().
|
static |
Definition at line 114 of file asmname.c.
Referenced by test_CreateAssemblyNameObject().
|
static |
Definition at line 274 of file asmname.c.
Referenced by test_CreateAssemblyNameObject().
|
static |
Definition at line 242 of file asmname.c.
Referenced by test_CreateAssemblyNameObject().
|
static |
Definition at line 306 of file asmname.c.
Referenced by test_CreateAssemblyNameObject().
Definition at line 32 of file asmname.c.
Referenced by CompareStorageDuids(), and test_CreateAssemblyNameObject().
|
static |
Definition at line 178 of file asmname.c.
Referenced by test_CreateAssemblyNameObject().
|
static |
Definition at line 146 of file asmname.c.
Referenced by test_CreateAssemblyNameObject().