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

Go to the source code of this file.

Macros

#define ORDER_LIMIT   100
 

Typedefs

typedef struct
_COLUMNS_DIALOG_CONTEXT 
COLUMNS_DIALOG_CONTEXT
 
typedef struct
_COLUMNS_DIALOG_CONTEXT * 
PCOLUMNS_DIALOG_CONTEXT
 

Functions

INT_PTR CALLBACK PhpColumnsDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID PhShowChooseColumnsDialog (_In_ HWND ParentWindowHandle, _In_ HWND ControlHandle, _In_ ULONG Type)
 
 _Success_ (return!=-1)
 

Macro Definition Documentation

#define ORDER_LIMIT   100

Typedef Documentation

typedef struct _COLUMNS_DIALOG_CONTEXT COLUMNS_DIALOG_CONTEXT
typedef struct _COLUMNS_DIALOG_CONTEXT * PCOLUMNS_DIALOG_CONTEXT

Function Documentation

_Success_ ( return!  = -1)

Definition at line 82 of file chcol.c.

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

Definition at line 99 of file chcol.c.

VOID PhShowChooseColumnsDialog ( _In_ HWND  ParentWindowHandle,
_In_ HWND  ControlHandle,
_In_ ULONG  Type 
)

Definition at line 44 of file chcol.c.