ReactOS 0.4.16-dev-88-ga65b6ae
|
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | MPR_GET_PROC(func) p ## func = (void*)GetProcAddress(hmpr, #func) |
Functions | |
static void | test_WNetGetUniversalName (void) |
static void | test_WNetGetRemoteName (void) |
static | DWORD (WINAPI *pWNetCachePassword)(LPSTR |
static | UINT (WINAPI *pWNetEnumCachedPasswords)(LPSTR |
static void | InitFunctionPtrs (void) |
static BOOL CALLBACK | enum_password_proc (PASSWORD_CACHE_ENTRY *pce, DWORD param) |
static void | test_WNetCachePassword (void) |
static void | test_WNetUseConnection (void) |
START_TEST (mpr) | |
Variables | |
static | WORD |
static | LPSTR |
static | BYTE |
static | LPWORD |
static | ENUMPASSWORDPROC |
static | DWORD |
static | LPNETRESOURCEA |
static | LPCSTR |
static | LPDWORD |
static const char * | m_resource = "wine-test-resource" |
static const char * | m_password = "wine-test-password" |
static const BYTE | m_type = 1 |
static const DWORD | m_param = 8 |
static BOOL | m_callback_reached |
Definition at line 189 of file mpr.c.
Referenced by test_WNetCachePassword().
Definition at line 172 of file mpr.c.
Referenced by test_WNetCachePassword().
START_TEST | ( | mpr | ) |
Definition at line 318 of file mpr.c.
Definition at line 213 of file mpr.c.
Referenced by START_TEST().
Definition at line 92 of file mpr.c.
Referenced by START_TEST().
Definition at line 27 of file mpr.c.
Referenced by START_TEST().
Definition at line 262 of file mpr.c.
Referenced by START_TEST().
Definition at line 163 of file mpr.c.
Referenced by test_WNetUseConnection().
|
static |
Definition at line 187 of file mpr.c.
Referenced by enum_password_proc(), and test_WNetCachePassword().
Definition at line 186 of file mpr.c.
Referenced by enum_password_proc(), and test_WNetCachePassword().
Definition at line 184 of file mpr.c.
Referenced by enum_password_proc(), and test_WNetCachePassword().
Definition at line 183 of file mpr.c.
Referenced by enum_password_proc(), and test_WNetCachePassword().
Definition at line 185 of file mpr.c.
Referenced by enum_password_proc(), and test_WNetCachePassword().