|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <winerror.h>#include <lmaccess.h>#include <lmerr.h>#include <lmapibuf.h>#include "wine/test.h"
Go to the source code of this file.
Functions | |
| static | NET_API_STATUS (WINAPI *pNetApiBufferFree)(LPVOID) |
| static | DWORD (WINAPI *pDavGetHTTPFromUNCPath)(LPCWSTR |
| static BOOL | init_access_tests (void) |
| static NET_API_STATUS | create_test_user (void) |
| static NET_API_STATUS | delete_test_user (void) |
| static void | run_usergetinfo_tests (void) |
| static void | run_querydisplayinformation1_tests (void) |
| static void | run_usermodalsget_tests (void) |
| static void | run_userhandling_tests (void) |
| static void | run_localgroupgetinfo_tests (void) |
| static void | test_DavGetHTTPFromUNCPath (void) |
| static void | test_DavGetUNCFromHTTPPath (void) |
| START_TEST (access) | |
Variables | |
| static WCHAR | user_name [UNLEN+1] |
| static WCHAR | computer_name [MAX_COMPUTERNAME_LENGTH+1] |
| static const WCHAR | sNonexistentUser [] |
| static WCHAR | sTooLongName [] |
| static WCHAR | sTooLongPassword [] |
| static WCHAR | sTestUserName [] = {'t', 'e', 's', 't', 'u', 's', 'e', 'r', 0} |
| static WCHAR | sTestUserOldPass [] = {'O', 'l', 'd', 'P', 'a', 's', 's', 'W', '0', 'r', 'd', 'S', 'e', 't', '!', '~', 0} |
| static const WCHAR | sBadNetPath [] = {'\\','\\','B','a',' ',' ','p','a','t','h',0} |
| static const WCHAR | sInvalidName [] = {'\\',0} |
| static const WCHAR | sInvalidName2 [] = {'\\','\\',0} |
| static const WCHAR | sEmptyStr [] = { 0 } |
| static | LPDWORD |
| static | DWORD |
| static PVOID *static | LPCWSTR |
| static PVOID *static LPBYTE *static LPBYTE *static | LPBYTE |
| static LPBYTE *static LPBYTE | PDWORD_PTR |
| static | LPWSTR |
|
static |
Definition at line 92 of file access.c.
Referenced by run_usergetinfo_tests().
|
static |
Definition at line 107 of file access.c.
Referenced by run_usergetinfo_tests().
Definition at line 71 of file access.c.
Referenced by START_TEST().
|
static |
Definition at line 328 of file access.c.
Referenced by START_TEST().
Definition at line 182 of file access.c.
Referenced by START_TEST().
Definition at line 112 of file access.c.
Referenced by START_TEST().
Definition at line 238 of file access.c.
Referenced by START_TEST().
Definition at line 226 of file access.c.
Referenced by START_TEST().
| START_TEST | ( | access | ) |
Definition at line 704 of file access.c.
Definition at line 357 of file access.c.
Referenced by START_TEST().
Definition at line 554 of file access.c.
Referenced by START_TEST().
|
static |
Definition at line 33 of file access.c.
Referenced by build_systeminfo_tree(), init_access_tests(), and test_LookupAccountName().
| LPBYTE *static LPBYTE PDWORD_PTR |
Definition at line 54 of file access.c.
Referenced by run_usergetinfo_tests().
Definition at line 57 of file access.c.
Referenced by run_usergetinfo_tests().
Definition at line 55 of file access.c.
Referenced by run_usergetinfo_tests().
Definition at line 56 of file access.c.
Referenced by run_usergetinfo_tests().
Definition at line 35 of file access.c.
Referenced by run_usergetinfo_tests().
Definition at line 52 of file access.c.
Referenced by create_test_user(), delete_test_user(), run_usergetinfo_tests(), and run_userhandling_tests().
|
static |
Definition at line 53 of file access.c.
Referenced by create_test_user(), and run_userhandling_tests().
|
static |
Definition at line 37 of file access.c.
Referenced by run_userhandling_tests().
|
static |
Definition at line 39 of file access.c.
Referenced by run_userhandling_tests().
Definition at line 32 of file access.c.
Referenced by init_access_tests(), run_usergetinfo_tests(), set_user_sid_prop(), and test_LookupAccountName().