ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "wininet.h"
#include "winnls.h"
#include "wine/test.h"
Go to the source code of this file.
Functions | |
static | HRESULT (WINAPI *pURLSubRegQueryA)(LPCSTR |
static | DWORD (WINAPI *pParseURLFromOutsideSourceA)(LPCSTR |
static void | init_functions (void) |
static void | test_URLSubRegQueryA (void) |
static void | test_ParseURLFromOutsideSourceA (void) |
static void | test_ParseURLFromOutsideSourceW (void) |
START_TEST (shdocvw) | |
Variables | |
static HMODULE | hshdocvw |
static | LPCSTR |
static | DWORD |
static | LPVOID |
static | LPSTR |
static | LPDWORD |
static | LPWSTR |
static const char | appdata [] = "AppData" |
static const char | common_appdata [] = "Common AppData" |
static const char | default_page_url [] = "Default_Page_URL" |
static const char | does_not_exist [] = "does_not_exist" |
static const char | regpath_iemain [] = "Software\\Microsoft\\Internet Explorer\\Main" |
static const char | regpath_shellfolders [] = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders" |
static const char | start_page [] = "Start Page" |
struct { | |
const char * url | |
const char * newurl | |
DWORD len | |
} | ParseURL_table [] |
Definition at line 73 of file shdocvw.c.
Referenced by START_TEST().
START_TEST | ( | shdocvw | ) |
Definition at line 355 of file shdocvw.c.
Definition at line 196 of file shdocvw.c.
Referenced by START_TEST().
Definition at line 288 of file shdocvw.c.
Referenced by START_TEST().
Definition at line 83 of file shdocvw.c.
Referenced by START_TEST().
Definition at line 39 of file shdocvw.c.
Referenced by get_gif_loopcount(), msi_build_icon_path(), MsiEnumComponentQualifiersA(), MsiEnumComponentQualifiersW(), test_SHGetFolderPathAndSubDirA(), and test_URLSubRegQueryA().
Definition at line 40 of file shdocvw.c.
Referenced by test_URLSubRegQueryA().
Definition at line 41 of file shdocvw.c.
Referenced by test_URLSubRegQueryA().
Definition at line 42 of file shdocvw.c.
Referenced by test_URLSubRegQueryA().
|
static |
Definition at line 34 of file shdocvw.c.
Referenced by init_functions(), and START_TEST().
Definition at line 52 of file shdocvw.c.
Referenced by test_ParseURLFromOutsideSourceA(), test_ParseURLFromOutsideSourceW(), and test_URLSubRegQueryA().
Definition at line 51 of file shdocvw.c.
Referenced by test_ParseURLFromOutsideSourceA(), test_ParseURLFromOutsideSourceW(), and test_UrlApplyScheme().
const struct { ... } ParseURL_table[] |
Referenced by test_ParseURLFromOutsideSourceA(), and test_ParseURLFromOutsideSourceW().
Definition at line 43 of file shdocvw.c.
Referenced by test_URLSubRegQueryA().
|
static |
Definition at line 44 of file shdocvw.c.
Referenced by test_URLSubRegQueryA().
Definition at line 45 of file shdocvw.c.
Referenced by test_URLSubRegQueryA().
Definition at line 50 of file shdocvw.c.
Referenced by test_ParseURLFromOutsideSourceA(), and test_ParseURLFromOutsideSourceW().