|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "winreg.h"#include "winnt.h"#include "wine/winternl.h"#include "winnls.h"#include "winuser.h"#include "psapi.h"#include "wine/test.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | PSAPI_VERSION 1 |
Functions | |
| static | NTSTATUS (WINAPI *pNtQuerySystemInformation)(SYSTEM_INFORMATION_CLASS |
| static SIZE_T *static | BOOL (WINAPI *pIsWow64Process)(HANDLE |
| static BOOL | init_func_ptrs (void) |
| static void | test_EnumProcesses (void) |
| static void | test_EnumProcessModules (void) |
| static void | test_GetModuleInformation (void) |
| static BOOL | check_with_margin (SIZE_T perf, SIZE_T sysperf, int margin) |
| static void | test_GetPerformanceInfo (void) |
| static void | test_GetProcessMemoryInfo (void) |
| static BOOL | nt_get_mapped_file_name (HANDLE process, LPVOID addr, LPWSTR name, DWORD len) |
| static void | test_GetMappedFileName (void) |
| static void | test_GetProcessImageFileName (void) |
| static void | test_GetModuleFileNameEx (void) |
| static void | test_GetModuleBaseName (void) |
| static void | test_ws_functions (void) |
| START_TEST (psapi_main) | |
Variables | |
| static | PVOID |
| static | ULONG |
| static | PULONG |
| static | LPCVOID |
| static | SIZE_T |
| static BOOL | wow64 |
| static HANDLE | hpSR |
| static HANDLE | hpQI |
| static HANDLE | hpVR |
| static HANDLE | hpQV |
| static const HANDLE | hBad = (HANDLE)0xdeadbeef |
| #define PSAPI_VERSION 1 |
Definition at line 34 of file psapi_main.c.
| #define WIN32_NO_STATUS |
Definition at line 25 of file psapi_main.c.
Definition at line 46 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 371 of file psapi_main.c.
Referenced by test_GetMappedFileName().
| START_TEST | ( | psapi_main | ) |
Definition at line 815 of file psapi_main.c.
Definition at line 59 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 74 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 402 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 701 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 636 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 193 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 238 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 561 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 346 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 728 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 57 of file psapi_main.c.
Referenced by test_GetModuleBaseName(), test_GetModuleFileNameEx(), and test_GetModuleInformation().
|
static |
Definition at line 56 of file psapi_main.c.
Referenced by START_TEST(), test_EnumProcessModules(), test_GetMappedFileName(), test_GetModuleBaseName(), test_GetModuleFileNameEx(), test_GetModuleInformation(), test_GetProcessImageFileName(), test_GetProcessMemoryInfo(), and test_ws_functions().
|
static |
Definition at line 56 of file psapi_main.c.
Referenced by START_TEST(), test_EnumProcessModules(), test_GetModuleBaseName(), test_GetModuleFileNameEx(), test_GetModuleInformation(), and test_GetProcessImageFileName().
|
static |
Definition at line 56 of file psapi_main.c.
Referenced by START_TEST(), test_GetMappedFileName(), test_GetProcessImageFileName(), test_GetProcessMemoryInfo(), and test_ws_functions().
|
static |
Definition at line 56 of file psapi_main.c.
Referenced by START_TEST().
Definition at line 39 of file psapi_main.c.
Definition at line 38 of file psapi_main.c.
Definition at line 38 of file psapi_main.c.
Definition at line 39 of file psapi_main.c.
Definition at line 38 of file psapi_main.c.
|
static |
Definition at line 44 of file psapi_main.c.
Referenced by GetModuleBaseNameW(), GetModuleFileNameExW(), GetModuleInformation(), IsWow64Process(), set_default_proxy_reg_value(), START_TEST(), SymInitializeW(), test_EnumProcessModules(), and VfdIsValidPlatform().