Process Hacker
modsrv.c File Reference
#include "exttools.h"
#include "resource.h"
#include <winmisc.h>

Go to the source code of this file.

Typedefs

typedef struct
_MODULE_SERVICES_CONTEXT 
MODULE_SERVICES_CONTEXT
 
typedef struct
_MODULE_SERVICES_CONTEXT * 
PMODULE_SERVICES_CONTEXT
 

Functions

INT_PTR CALLBACK EtpModuleServicesDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID EtShowModuleServicesDialog (_In_ HWND ParentWindowHandle, _In_ HANDLE ProcessId, _In_ PWSTR ModuleName)
 

Typedef Documentation

typedef struct _MODULE_SERVICES_CONTEXT MODULE_SERVICES_CONTEXT
typedef struct _MODULE_SERVICES_CONTEXT * PMODULE_SERVICES_CONTEXT

Function Documentation

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

Definition at line 60 of file modsrv.c.

VOID EtShowModuleServicesDialog ( _In_ HWND  ParentWindowHandle,
_In_ HANDLE  ProcessId,
_In_ PWSTR  ModuleName 
)

Definition at line 40 of file modsrv.c.