ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
Classes | |
struct | _RTLP_HEAP_ENTRY |
struct | _TH32SNAPSHOT |
Macros | |
#define | NDEBUG |
#define | CHECK_PARAM_SIZE(ptr, siz) |
#define | CHECK_PARAM_SIZEA(ptr, siz) |
#define | OffsetToPtr(Snapshot, Offset) ((ULONG_PTR)((Snapshot) + 1) + (ULONG_PTR)(Offset)) |
Typedefs | |
typedef struct _RTLP_HEAP_ENTRY | RTLP_HEAP_ENTRY |
typedef struct _RTLP_HEAP_ENTRY * | PRTLP_HEAP_ENTRY |
typedef struct _TH32SNAPSHOT | TH32SNAPSHOT |
typedef struct _TH32SNAPSHOT * | PTH32SNAPSHOT |
Definition at line 34 of file toolhelp.c.
Definition at line 48 of file toolhelp.c.
#define NDEBUG |
Definition at line 20 of file toolhelp.c.
Definition at line 55 of file toolhelp.c.
typedef struct _RTLP_HEAP_ENTRY * PRTLP_HEAP_ENTRY |
typedef struct _TH32SNAPSHOT * PTH32SNAPSHOT |
typedef struct _RTLP_HEAP_ENTRY RTLP_HEAP_ENTRY |
typedef struct _TH32SNAPSHOT TH32SNAPSHOT |
Definition at line 1255 of file toolhelp.c.
Referenced by _DoDLLInjection(), fill_process(), GetProcessID(), IntGetImageBase(), IsBlockFromHeap(), PrintBugreport(), and ShutdownProcessTree().
BOOL WINAPI Heap32First | ( | LPHEAPENTRY32 | lphe, |
DWORD | th32ProcessID, | ||
DWORD | th32HeapID | ||
) |
Definition at line 489 of file toolhelp.c.
Referenced by IsBlockFromHeap().
BOOL WINAPI Heap32ListFirst | ( | HANDLE | hSnapshot, |
LPHEAPLIST32 | lphl | ||
) |
Definition at line 669 of file toolhelp.c.
BOOL WINAPI Heap32ListNext | ( | HANDLE | hSnapshot, |
LPHEAPLIST32 | lphl | ||
) |
Definition at line 723 of file toolhelp.c.
BOOL WINAPI Heap32Next | ( | LPHEAPENTRY32 | lphe | ) |
Definition at line 578 of file toolhelp.c.
Referenced by IsBlockFromHeap().
BOOL WINAPI Module32First | ( | HANDLE | hSnapshot, |
LPMODULEENTRY32 | lpme | ||
) |
Definition at line 777 of file toolhelp.c.
Referenced by IntGetImageBase().
BOOL WINAPI Module32FirstW | ( | HANDLE | hSnapshot, |
LPMODULEENTRY32W | lpme | ||
) |
Definition at line 810 of file toolhelp.c.
Referenced by Module32First().
BOOL WINAPI Module32Next | ( | HANDLE | hSnapshot, |
LPMODULEENTRY32 | lpme | ||
) |
Definition at line 864 of file toolhelp.c.
Referenced by IntGetImageBase().
BOOL WINAPI Module32NextW | ( | HANDLE | hSnapshot, |
LPMODULEENTRY32W | lpme | ||
) |
Definition at line 897 of file toolhelp.c.
Referenced by Module32Next().
BOOL WINAPI Process32First | ( | HANDLE | hSnapshot, |
LPPROCESSENTRY32 | lppe | ||
) |
Definition at line 951 of file toolhelp.c.
Referenced by PrintBugreport().
BOOL WINAPI Process32FirstW | ( | HANDLE | hSnapshot, |
LPPROCESSENTRY32W | lppe | ||
) |
Definition at line 984 of file toolhelp.c.
Referenced by _DoDLLInjection(), fill_process(), GetProcessID(), Process32First(), and ShutdownProcessTreeHelper().
BOOL WINAPI Process32Next | ( | HANDLE | hSnapshot, |
LPPROCESSENTRY32 | lppe | ||
) |
Definition at line 1040 of file toolhelp.c.
Referenced by PrintBugreport().
BOOL WINAPI Process32NextW | ( | HANDLE | hSnapshot, |
LPPROCESSENTRY32W | lppe | ||
) |
Definition at line 1073 of file toolhelp.c.
Referenced by _DoDLLInjection(), fill_process(), GetProcessID(), Process32Next(), and ShutdownProcessTreeHelper().
|
static |
Definition at line 105 of file toolhelp.c.
Referenced by CreateToolhelp32Snapshot().
|
static |
Definition at line 208 of file toolhelp.c.
Referenced by CreateToolhelp32Snapshot().
|
static |
Definition at line 81 of file toolhelp.c.
Referenced by CreateToolhelp32Snapshot(), and TH32CreateSnapshot().
BOOL WINAPI Thread32First | ( | HANDLE | hSnapshot, |
LPTHREADENTRY32 | lpte | ||
) |
Definition at line 1127 of file toolhelp.c.
BOOL WINAPI Thread32Next | ( | HANDLE | hSnapshot, |
LPTHREADENTRY32 | lpte | ||
) |
Definition at line 1181 of file toolhelp.c.
BOOL WINAPI Toolhelp32ReadProcessMemory | ( | DWORD | th32ProcessID, |
LPCVOID | lpBaseAddress, | ||
LPVOID | lpBuffer, | ||
SIZE_T | cbRead, | ||
SIZE_T * | lpNumberOfBytesRead | ||
) |
Definition at line 1235 of file toolhelp.c.