|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "wine/test.h"#include "windef.h"#include "winbase.h"#include "winerror.h"#include "winnls.h"
Go to the source code of this file.
Macros | |
| #define | ok_w(res, format, szString) |
Functions | |
| static | BOOL (WINAPI *pGetComputerNameExA)(COMPUTER_NAME_FORMAT |
| static void | init_functionpointers (void) |
| static void | test_Predefined (void) |
| static void | test_GetSetEnvironmentVariableA (void) |
| static void | test_GetSetEnvironmentVariableW (void) |
| static void | test_ExpandEnvironmentStringsA (void) |
| static void | test_GetComputerName (void) |
| static void | test_GetComputerNameExA (void) |
| static void | test_GetComputerNameExW (void) |
| START_TEST (environ) | |
Variables | |
| static CHAR | string [MAX_PATH] |
| static | LPSTR |
| static | LPDWORD |
| static | LPWSTR |
| static | DWORD |
| static | PHANDLE |
Definition at line 40 of file environ.c.
Referenced by START_TEST().
| START_TEST | ( | environ | ) |
Definition at line 557 of file environ.c.
Definition at line 284 of file environ.c.
Referenced by START_TEST().
Definition at line 367 of file environ.c.
Referenced by START_TEST().
Definition at line 420 of file environ.c.
Referenced by START_TEST().
Definition at line 503 of file environ.c.
Referenced by START_TEST().
Definition at line 92 of file environ.c.
Referenced by START_TEST().
Definition at line 182 of file environ.c.
Referenced by START_TEST().
Definition at line 53 of file environ.c.
Referenced by START_TEST().