|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "wine/test.h"#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winnls.h"#include "winresrc.h"#include "nb30.h"#include "lmcons.h"#include "lmerr.h"#include "lmwksta.h"#include "lmapibuf.h"#include "lmjoin.h"
Go to the source code of this file.
Functions | |
| static | NET_API_STATUS (WINAPI *pNetApiBufferFree)(LPVOID) |
| static BOOL | init_wksta_tests (void) |
| static void | run_get_comp_name_tests (void) |
| static void | run_wkstausergetinfo_tests (void) |
| static void | run_wkstatransportenum_tests (void) |
| static void | run_wkstajoininfo_tests (void) |
| START_TEST (wksta) | |
Variables | |
| static | LPDWORD =NULL |
| static | DWORD |
| static LPWSTR | PNETSETUP_JOIN_STATUS |
| static WCHAR | user_name [UNLEN+1] |
| static WCHAR | computer_name [MAX_COMPUTERNAME_LENGTH+1] |
Definition at line 47 of file wksta.c.
Referenced by START_TEST().
|
static |
Definition at line 67 of file wksta.c.
Referenced by START_TEST().
Definition at line 190 of file wksta.c.
Referenced by START_TEST().
Definition at line 139 of file wksta.c.
Referenced by START_TEST().
Definition at line 76 of file wksta.c.
Referenced by START_TEST().
| START_TEST | ( | wksta | ) |
Definition at line 212 of file wksta.c.
|
static |
Definition at line 45 of file wksta.c.
Referenced by init_wksta_tests(), and run_get_comp_name_tests().
Definition at line 44 of file wksta.c.
Referenced by init_wksta_tests(), and run_wkstausergetinfo_tests().