Process Hacker
wswatch.c File Reference
#include "exttools.h"
#include "resource.h"
#include <symprv.h>

Go to the source code of this file.

Typedefs

typedef struct _WS_WATCH_CONTEXT WS_WATCH_CONTEXT
 
typedef struct _WS_WATCH_CONTEXT * PWS_WATCH_CONTEXT
 
typedef struct
_SYMBOL_LOOKUP_RESULT 
SYMBOL_LOOKUP_RESULT
 
typedef struct
_SYMBOL_LOOKUP_RESULT * 
PSYMBOL_LOOKUP_RESULT
 

Functions

VOID EtpReferenceWsWatchContext (_Inout_ PWS_WATCH_CONTEXT Context)
 
VOID EtpDereferenceWsWatchContext (_Inout_ PWS_WATCH_CONTEXT Context)
 
INT_PTR CALLBACK EtpWsWatchDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID EtShowWsWatchDialog (_In_ HWND ParentWindowHandle, _In_ PPH_PROCESS_ITEM ProcessItem)
 

Typedef Documentation

typedef struct _SYMBOL_LOOKUP_RESULT * PSYMBOL_LOOKUP_RESULT
typedef struct _WS_WATCH_CONTEXT * PWS_WATCH_CONTEXT
typedef struct _SYMBOL_LOOKUP_RESULT SYMBOL_LOOKUP_RESULT
typedef struct _WS_WATCH_CONTEXT WS_WATCH_CONTEXT

Function Documentation

static VOID EtpDereferenceWsWatchContext ( _Inout_ PWS_WATCH_CONTEXT  Context)

Definition at line 99 of file wswatch.c.

static VOID EtpReferenceWsWatchContext ( _Inout_ PWS_WATCH_CONTEXT  Context)

Definition at line 92 of file wswatch.c.

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

Definition at line 402 of file wswatch.c.

VOID EtShowWsWatchDialog ( _In_ HWND  ParentWindowHandle,
_In_ PPH_PROCESS_ITEM  ProcessItem 
)

Definition at line 70 of file wswatch.c.