Process Hacker
gdihndl.c File Reference
#include <phapp.h>
#include <ntgdi.h>

Go to the source code of this file.

Typedefs

typedef struct _GDI_HANDLES_CONTEXT GDI_HANDLES_CONTEXT
 
typedef struct
_GDI_HANDLES_CONTEXT * 
PGDI_HANDLES_CONTEXT
 
typedef struct _PH_GDI_HANDLE_ITEM PH_GDI_HANDLE_ITEM
 
typedef struct
_PH_GDI_HANDLE_ITEM * 
PPH_GDI_HANDLE_ITEM
 

Functions

INT_PTR CALLBACK PhpGdiHandlesDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID PhShowGdiHandlesDialog (_In_ HWND ParentWindowHandle, _In_ PPH_PROCESS_ITEM ProcessItem)
 
PWSTR PhpGetGdiHandleTypeName (_In_ ULONG Unique)
 
PPH_STRING PhpGetGdiHandleInformation (_In_ ULONG Handle)
 
VOID PhpRefreshGdiHandles (_In_ HWND hwndDlg, _In_ PGDI_HANDLES_CONTEXT Context)
 
INT NTAPI PhpGdiHandleHandleCompareFunction (_In_ PVOID Item1, _In_ PVOID Item2, _In_opt_ PVOID Context)
 
INT NTAPI PhpGdiHandleObjectCompareFunction (_In_ PVOID Item1, _In_ PVOID Item2, _In_opt_ PVOID Context)
 

Typedef Documentation

typedef struct _GDI_HANDLES_CONTEXT GDI_HANDLES_CONTEXT
typedef struct _GDI_HANDLES_CONTEXT * PGDI_HANDLES_CONTEXT
typedef struct _PH_GDI_HANDLE_ITEM PH_GDI_HANDLE_ITEM
typedef struct _PH_GDI_HANDLE_ITEM * PPH_GDI_HANDLE_ITEM

Function Documentation

INT NTAPI PhpGdiHandleHandleCompareFunction ( _In_ PVOID  Item1,
_In_ PVOID  Item2,
_In_opt_ PVOID  Context 
)

Definition at line 290 of file gdihndl.c.

INT NTAPI PhpGdiHandleObjectCompareFunction ( _In_ PVOID  Item1,
_In_ PVOID  Item2,
_In_opt_ PVOID  Context 
)

Definition at line 302 of file gdihndl.c.

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

Definition at line 314 of file gdihndl.c.

PPH_STRING PhpGetGdiHandleInformation ( _In_ ULONG  Handle)

Definition at line 119 of file gdihndl.c.

PWSTR PhpGetGdiHandleTypeName ( _In_ ULONG  Unique)

Definition at line 80 of file gdihndl.c.

VOID PhpRefreshGdiHandles ( _In_ HWND  hwndDlg,
_In_ PGDI_HANDLES_CONTEXT  Context 
)

Definition at line 222 of file gdihndl.c.

VOID PhShowGdiHandlesDialog ( _In_ HWND  ParentWindowHandle,
_In_ PPH_PROCESS_ITEM  ProcessItem 
)

Definition at line 48 of file gdihndl.c.