|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <winnls.h>#include <ndk/exfuncs.h>#include <ndk/mmfuncs.h>#include <ndk/psfuncs.h>#include <ndk/rtlfuncs.h>#include <psapi.h>#include <pseh/pseh2.h>#include <debug.h>
Go to the source code of this file.
Classes | |
| struct | _INTERNAL_ENUM_PAGE_FILES_CONTEXT |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | NTOS_MODE_USER |
| #define | NDEBUG |
| #define | MAX_MODULES 0x2710 |
| #define | INIT_MEMORY_SIZE 0x1000 |
Typedefs | |
| typedef struct _INTERNAL_ENUM_PAGE_FILES_CONTEXT | INTERNAL_ENUM_PAGE_FILES_CONTEXT |
| typedef struct _INTERNAL_ENUM_PAGE_FILES_CONTEXT * | PINTERNAL_ENUM_PAGE_FILES_CONTEXT |
|
static |
Definition at line 213 of file psapi.c.
Referenced by EnumPageFilesA().
Definition at line 252 of file psapi.c.
Definition at line 297 of file psapi.c.
| BOOL WINAPI EnumPageFilesA | ( | PENUM_PAGE_FILE_CALLBACKA | pCallbackRoutine, |
| LPVOID | lpContext | ||
| ) |
Definition at line 1209 of file psapi.c.
| BOOL WINAPI EnumPageFilesW | ( | PENUM_PAGE_FILE_CALLBACKW | pCallbackRoutine, |
| LPVOID | lpContext | ||
| ) |
Definition at line 1237 of file psapi.c.
Referenced by EnumPageFilesA().
Definition at line 381 of file psapi.c.
| BOOL WINAPI EnumProcessModules | ( | HANDLE | hProcess, |
| HMODULE * | lphModule, | ||
| DWORD | cb, | ||
| LPDWORD | lpcbNeeded | ||
| ) |
Definition at line 465 of file psapi.c.
|
static |
Definition at line 42 of file psapi.c.
Referenced by GetDeviceDriverBaseNameA(), and GetDeviceDriverFileNameA().
|
static |
Definition at line 115 of file psapi.c.
Referenced by GetModuleBaseNameW(), GetModuleFileNameExW(), and GetModuleInformation().
Definition at line 568 of file psapi.c.
Referenced by GetDeviceDriverBaseNameW(), and START_TEST().
Definition at line 646 of file psapi.c.
Definition at line 607 of file psapi.c.
Referenced by GetDeviceDriverFileNameW(), and START_TEST().
Definition at line 685 of file psapi.c.
Definition at line 724 of file psapi.c.
Definition at line 760 of file psapi.c.
Referenced by GetMappedFileNameA().
Definition at line 819 of file psapi.c.
| DWORD WINAPI GetModuleBaseNameW | ( | HANDLE | hProcess, |
| HMODULE | hModule, | ||
| LPWSTR | lpBaseName, | ||
| DWORD | nSize | ||
| ) |
Definition at line 853 of file psapi.c.
Referenced by GetModuleBaseNameA().
| DWORD WINAPI GetModuleFileNameExA | ( | HANDLE | hProcess, |
| HMODULE | hModule, | ||
| LPSTR | lpFilename, | ||
| DWORD | nSize | ||
| ) |
| DWORD WINAPI GetModuleFileNameExW | ( | HANDLE | hProcess, |
| HMODULE | hModule, | ||
| LPWSTR | lpFilename, | ||
| DWORD | nSize | ||
| ) |
Definition at line 945 of file psapi.c.
| BOOL WINAPI GetModuleInformation | ( | HANDLE | hProcess, |
| HMODULE | hModule, | ||
| LPMODULEINFO | lpmodinfo, | ||
| DWORD | cb | ||
| ) |
Definition at line 1003 of file psapi.c.
| BOOL WINAPI GetPerformanceInfo | ( | PPERFORMANCE_INFORMATION | pPerformanceInformation, |
| DWORD | cb | ||
| ) |
Definition at line 1333 of file psapi.c.
Definition at line 1155 of file psapi.c.
Definition at line 1102 of file psapi.c.
| BOOL WINAPI GetProcessMemoryInfo | ( | HANDLE | Process, |
| PPROCESS_MEMORY_COUNTERS | ppsmemCounters, | ||
| DWORD | cb | ||
| ) |
Definition at line 1478 of file psapi.c.
| BOOL WINAPI GetWsChanges | ( | HANDLE | hProcess, |
| PPSAPI_WS_WATCH_INFORMATION | lpWatchInfo, | ||
| DWORD | cb | ||
| ) |
Definition at line 1075 of file psapi.c.
Definition at line 1050 of file psapi.c.