#include <phgui.h>
#include <windowsx.h>
Go to the source code of this file.
|
LRESULT CALLBACK | PhpExtendedListViewWndProc (_In_ HWND hwnd, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
|
INT | PhpExtendedListViewCompareFunc (_In_ LPARAM lParam1, _In_ LPARAM lParam2, _In_ LPARAM lParamSort) |
|
INT | PhpExtendedListViewCompareFastFunc (_In_ LPARAM lParam1, _In_ LPARAM lParam2, _In_ LPARAM lParamSort) |
|
INT | PhpCompareListViewItems (_In_ PPH_EXTLV_CONTEXT Context, _In_ INT X, _In_ INT Y, _In_ PVOID XParam, _In_ PVOID YParam, _In_ ULONG Column, _In_ BOOLEAN EnableDefault) |
|
INT | PhpDefaultCompareListViewItems (_In_ PPH_EXTLV_CONTEXT Context, _In_ INT X, _In_ INT Y, _In_ ULONG Column) |
|
VOID | PhSetExtendedListView (_In_ HWND hWnd) |
| Enables extended list view support for a list view control.
|
|
VOID | PhSetHeaderSortIcon (_In_ HWND hwnd, _In_ INT Index, _In_ PH_SORT_ORDER Order) |
| Visually indicates the sort order of a header control item.
|
|
#define PH_MAX_COMPARE_FUNCTIONS 16 |
static FORCEINLINE INT PhpCompareListViewItems |
( |
_In_ PPH_EXTLV_CONTEXT |
Context, |
|
|
_In_ INT |
X, |
|
|
_In_ INT |
Y, |
|
|
_In_ PVOID |
XParam, |
|
|
_In_ PVOID |
YParam, |
|
|
_In_ ULONG |
Column, |
|
|
_In_ BOOLEAN |
EnableDefault |
|
) |
| |
static INT PhpDefaultCompareListViewItems |
( |
_In_ PPH_EXTLV_CONTEXT |
Context, |
|
|
_In_ INT |
X, |
|
|
_In_ INT |
Y, |
|
|
_In_ ULONG |
Column |
|
) |
| |
static INT PhpExtendedListViewCompareFastFunc |
( |
_In_ LPARAM |
lParam1, |
|
|
_In_ LPARAM |
lParam2, |
|
|
_In_ LPARAM |
lParamSort |
|
) |
| |
static INT PhpExtendedListViewCompareFunc |
( |
_In_ LPARAM |
lParam1, |
|
|
_In_ LPARAM |
lParam2, |
|
|
_In_ LPARAM |
lParamSort |
|
) |
| |
LRESULT CALLBACK PhpExtendedListViewWndProc |
( |
_In_ HWND |
hwnd, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
VOID PhSetExtendedListView |
( |
_In_ HWND |
hWnd | ) |
|
Enables extended list view support for a list view control.
- Parameters
-
hWnd | A handle to the list view control. |
Definition at line 110 of file extlv.c.
VOID PhSetHeaderSortIcon |
( |
_In_ HWND |
hwnd, |
|
|
_In_ INT |
Index, |
|
|
_In_ PH_SORT_ORDER |
Order |
|
) |
| |
Visually indicates the sort order of a header control item.
- Parameters
-
hwnd | A handle to the header control. |
Index | The index of the item. |
Order | The sort order of the item. |
Definition at line 493 of file extlv.c.