Process Hacker
memprot.c File Reference
#include <phapp.h>
#include <windowsx.h>

Go to the source code of this file.

Typedefs

typedef struct
_MEMORY_PROTECT_CONTEXT 
MEMORY_PROTECT_CONTEXT
 
typedef struct
_MEMORY_PROTECT_CONTEXT * 
PMEMORY_PROTECT_CONTEXT
 

Functions

INT_PTR CALLBACK PhpMemoryProtectDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID PhShowMemoryProtectDialog (_In_ HWND ParentWindowHandle, _In_ PPH_PROCESS_ITEM ProcessItem, _In_ PPH_MEMORY_ITEM MemoryItem)
 

Typedef Documentation

typedef struct _MEMORY_PROTECT_CONTEXT MEMORY_PROTECT_CONTEXT
typedef struct _MEMORY_PROTECT_CONTEXT * PMEMORY_PROTECT_CONTEXT

Function Documentation

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

Definition at line 59 of file memprot.c.

VOID PhShowMemoryProtectDialog ( _In_ HWND  ParentWindowHandle,
_In_ PPH_PROCESS_ITEM  ProcessItem,
_In_ PPH_MEMORY_ITEM  MemoryItem 
)

Definition at line 39 of file memprot.c.