Process Hacker
|
#include <phapp.h>
#include <emenu.h>
#include <settings.h>
#include <memsrch.h>
#include "pcre/pcre.h"
#include <windowsx.h>
Go to the source code of this file.
Macros | |
#define | FILTER_CONTAINS 1 |
#define | FILTER_CONTAINS_IGNORECASE 2 |
#define | FILTER_REGEX 3 |
#define | FILTER_REGEX_IGNORECASE 4 |
Typedefs | |
typedef struct _MEMORY_RESULTS_CONTEXT | MEMORY_RESULTS_CONTEXT |
typedef struct _MEMORY_RESULTS_CONTEXT * | PMEMORY_RESULTS_CONTEXT |
Functions | |
INT_PTR CALLBACK | PhpMemoryResultsDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
VOID | PhShowMemoryResultsDialog (_In_ HANDLE ProcessId, _In_ PPH_LIST Results) |
typedef struct _MEMORY_RESULTS_CONTEXT MEMORY_RESULTS_CONTEXT |
typedef struct _MEMORY_RESULTS_CONTEXT * PMEMORY_RESULTS_CONTEXT |
INT_PTR CALLBACK PhpMemoryResultsDlgProc | ( | _In_ HWND | hwndDlg, |
_In_ UINT | uMsg, | ||
_In_ WPARAM | wParam, | ||
_In_ LPARAM | lParam | ||
) |