Process Hacker
unldll.c File Reference
#include "exttools.h"
#include "resource.h"

Go to the source code of this file.

Typedefs

typedef struct
_UNLOADED_DLLS_CONTEXT 
UNLOADED_DLLS_CONTEXT
 
typedef struct
_UNLOADED_DLLS_CONTEXT * 
PUNLOADED_DLLS_CONTEXT
 

Functions

INT_PTR CALLBACK EtpUnloadedDllsDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID EtShowUnloadedDllsDialog (_In_ HWND ParentWindowHandle, _In_ PPH_PROCESS_ITEM ProcessItem)
 
BOOLEAN EtpRefreshUnloadedDlls (_In_ HWND hwndDlg, _In_ PUNLOADED_DLLS_CONTEXT Context)
 

Typedef Documentation

typedef struct _UNLOADED_DLLS_CONTEXT * PUNLOADED_DLLS_CONTEXT
typedef struct _UNLOADED_DLLS_CONTEXT UNLOADED_DLLS_CONTEXT

Function Documentation

BOOLEAN EtpRefreshUnloadedDlls ( _In_ HWND  hwndDlg,
_In_ PUNLOADED_DLLS_CONTEXT  Context 
)

Definition at line 62 of file unldll.c.

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

Definition at line 278 of file unldll.c.

VOID EtShowUnloadedDllsDialog ( _In_ HWND  ParentWindowHandle,
_In_ PPH_PROCESS_ITEM  ProcessItem 
)

Definition at line 40 of file unldll.c.