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

Go to the source code of this file.

Macros

#define WM_PH_LOG_UPDATED   (WM_APP + 300)
 

Functions

INT_PTR CALLBACK PhpLogDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID PhShowLogDialog (VOID)
 

Variables

HWND PhLogWindowHandle = NULL
 

Macro Definition Documentation

#define WM_PH_LOG_UPDATED   (WM_APP + 300)

Definition at line 26 of file logwnd.c.

Function Documentation

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

Definition at line 144 of file logwnd.c.

VOID PhShowLogDialog ( VOID  )

Definition at line 42 of file logwnd.c.

Variable Documentation

HWND PhLogWindowHandle = NULL

Definition at line 35 of file logwnd.c.