#include <phapp.h>
#include <kphuser.h>
#include <symprv.h>
#include <settings.h>
#include <phplug.h>
Go to the source code of this file.
|
INT_PTR CALLBACK | PhpThreadStackDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
|
VOID | PhpFreeThreadStackItem (_In_ PTHREAD_STACK_ITEM StackItem) |
|
NTSTATUS | PhpRefreshThreadStack (_In_ HWND hwnd, _In_ PTHREAD_STACK_CONTEXT ThreadStackContext) |
|
INT_PTR CALLBACK | PhpThreadStackProgressDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
|
VOID | PhShowThreadStackDialog (_In_ HWND ParentWindowHandle, _In_ HANDLE ProcessId, _In_ HANDLE ThreadId, _In_ PPH_THREAD_PROVIDER ThreadProvider) |
|
#define WM_PH_COMPLETED (WM_APP + 301) |
#define WM_PH_STATUS_UPDATE (WM_APP + 302) |
static INT_PTR CALLBACK PhpThreadStackDlgProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
static INT_PTR CALLBACK PhpThreadStackProgressDlgProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
VOID PhShowThreadStackDialog |
( |
_In_ HWND |
ParentWindowHandle, |
|
|
_In_ HANDLE |
ProcessId, |
|
|
_In_ HANDLE |
ThreadId, |
|
|
_In_ PPH_THREAD_PROVIDER |
ThreadProvider |
|
) |
| |