Process Hacker
memrslt.c File Reference
#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)
 

Macro Definition Documentation

#define FILTER_CONTAINS   1

Definition at line 30 of file memrslt.c.

#define FILTER_CONTAINS_IGNORECASE   2

Definition at line 31 of file memrslt.c.

#define FILTER_REGEX   3

Definition at line 32 of file memrslt.c.

#define FILTER_REGEX_IGNORECASE   4

Definition at line 33 of file memrslt.c.

Typedef Documentation

typedef struct _MEMORY_RESULTS_CONTEXT MEMORY_RESULTS_CONTEXT
typedef struct _MEMORY_RESULTS_CONTEXT * PMEMORY_RESULTS_CONTEXT

Function Documentation

INT_PTR CALLBACK PhpMemoryResultsDlgProc ( _In_ HWND  hwndDlg,
_In_ UINT  uMsg,
_In_ WPARAM  wParam,
_In_ LPARAM  lParam 
)

Definition at line 286 of file memrslt.c.

VOID PhShowMemoryResultsDialog ( _In_ HANDLE  ProcessId,
_In_ PPH_LIST  Results 
)

Definition at line 52 of file memrslt.c.