ReactOS 0.4.16-dev-297-gc569aee
|
#include "shldisp.h"
#include "shlobj.h"
#include "shlwapi.h"
#include "winsvc.h"
#include "wine/heap.h"
#include "wine/test.h"
#include "initguid.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | NONAMELESSUNION |
#define | NONAMELESSSTRUCT |
#define | EXPECT_HR(hr, hr_exp) ok(hr == hr_exp, "got 0x%08x, expected 0x%08x\n", hr, hr_exp) |
#define | EXPECT_REF(obj, ref) _expect_ref((IUnknown *)obj, ref, __LINE__) |
Functions | |
static void | _expect_ref (IUnknown *obj, ULONG ref, int line) |
static | HRESULT (WINAPI *pSHGetNameFromIDList)(PCIDLIST_ABSOLUTE |
static PWSTR * | DEFINE_GUID (IID_IWin7ShellDispatch6, 0x34936ba1, 0x67ad, 0x4c41, 0x99, 0xb8, 0x8c, 0x12, 0xdf, 0xf1, 0xe9, 0x74) |
static BSTR | a2bstr (const char *str) |
static void | variant_set_string (VARIANT *v, const char *s) |
static void | init_function_pointers (void) |
static void | test_namespace (void) |
static void | test_items (void) |
static void | test_service (void) |
static void | test_dispatch_typeinfo (IDispatch *disp, REFIID *riid) |
static void | test_ShellFolderViewDual (void) |
static void | test_ShellWindows (void) |
static void | test_ParseName (void) |
static void | test_Verbs (void) |
static void | test_ShellExecute (void) |
START_TEST (shelldispatch) | |
Variables | |
static const WCHAR | winetestW [] = {'w','i','n','e','t','e','s','t',0} |
static | SIGDN |
#define COBJMACROS |
Definition at line 21 of file shelldispatch.c.
Definition at line 35 of file shelldispatch.c.
Definition at line 38 of file shelldispatch.c.
#define NONAMELESSSTRUCT |
Definition at line 23 of file shelldispatch.c.
#define NONAMELESSUNION |
Definition at line 22 of file shelldispatch.c.
Definition at line 39 of file shelldispatch.c.
Definition at line 54 of file shelldispatch.c.
Referenced by test_items(), and variant_set_string().
static PWSTR * DEFINE_GUID | ( | IID_IWin7ShellDispatch6 | , |
0x34936ba1 | , | ||
0x67ad | , | ||
0x4c41 | , | ||
0x99 | , | ||
0xb8 | , | ||
0x8c | , | ||
0x12 | , | ||
0xdf | , | ||
0xf1 | , | ||
0xe9 | , | ||
0x74 | |||
) |
Definition at line 72 of file shelldispatch.c.
Referenced by START_TEST().
START_TEST | ( | shelldispatch | ) |
Definition at line 1433 of file shelldispatch.c.
Definition at line 901 of file shelldispatch.c.
Referenced by test_ShellFolderViewDual(), and test_ShellWindows().
Definition at line 359 of file shelldispatch.c.
Referenced by START_TEST().
Definition at line 80 of file shelldispatch.c.
Referenced by START_TEST().
Definition at line 1217 of file shelldispatch.c.
Referenced by START_TEST().
Definition at line 844 of file shelldispatch.c.
Referenced by START_TEST().
Definition at line 1392 of file shelldispatch.c.
Referenced by START_TEST().
Definition at line 929 of file shelldispatch.c.
Referenced by START_TEST().
Definition at line 1017 of file shelldispatch.c.
Referenced by START_TEST().
Definition at line 1282 of file shelldispatch.c.
Referenced by START_TEST().
SIGDN |
Definition at line 49 of file shelldispatch.c.
Definition at line 47 of file shelldispatch.c.
Referenced by register_protocols(), test_HttpOptions(), test_items(), test_namespace(), and test_registerOIDInfo().