|
Process Hacker
|
Go to the source code of this file.
Macros | |
| #define | MSG_UPDATE (WM_APP + 1) |
Functions | |
| INT_PTR CALLBACK | PhpMemoryListsDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
| VOID | PhShowMemoryListsDialog (_In_ HWND ParentWindowHandle, _In_opt_ VOID(NTAPI *RegisterDialog)(HWND), _In_opt_ VOID(NTAPI *UnregisterDialog)(HWND)) |
Variables | |
| HWND | PhMemoryListsWindowHandle = NULL |
| #define MSG_UPDATE (WM_APP + 1) |
Definition at line 27 of file memlists.c.
| INT_PTR CALLBACK PhpMemoryListsDlgProc | ( | _In_ HWND | hwndDlg, |
| _In_ UINT | uMsg, | ||
| _In_ WPARAM | wParam, | ||
| _In_ LPARAM | lParam | ||
| ) |
Definition at line 158 of file memlists.c.
| VOID PhShowMemoryListsDialog | ( | _In_ HWND | ParentWindowHandle, |
| _In_opt_ | VOIDNTAPI *RegisterDialog)(HWND, | ||
| _In_opt_ | VOIDNTAPI *UnregisterDialog)(HWND | ||
| ) |
Definition at line 40 of file memlists.c.
| HWND PhMemoryListsWindowHandle = NULL |
Definition at line 36 of file memlists.c.