Home
last modified time | relevance | path

Searched refs:ListView_GetHeader (Results 1 – 7 of 7) sorted by relevance

/reactos/base/applications/msconfig_new/comctl32ex/
H A Dlistview.c55 hHeader = ListView_GetHeader(hListView); in ListView_SortEx()
/reactos/base/applications/mscutils/servman/
H A Dlistview.c381 Info->hHeader = ListView_GetHeader(Info->hListView); in CreateListView()
/reactos/base/applications/regedit/
H A Dlistview.c475 HWND hHeader = ListView_GetHeader(hListView); in ListView_Sort()
/reactos/base/applications/taskmgr/
H A Dapplpage.c578 else if (pnmh->hwndFrom == ListView_GetHeader(hApplicationPageListCtrl)) in ApplicationPageOnNotify()
H A Dprocpage.c144 hProcessPageHeaderCtrl = ListView_GetHeader(hProcessPageListCtrl); in ProcessPageWndProc()
/reactos/dll/win32/shell32/
H A DCDefView.cpp1094 HWND hWndHdr = ListView_GetHeader(m_ListView.m_hWnd); in LoadColumns()
1249 hHeader = ListView_GetHeader(m_ListView.m_hWnd); in _Sort()
1938 HWND hWndHdr = ListView_GetHeader(m_ListView.m_hWnd); in DoColumnContextMenu()
2168 HWND hWndHdr = ListView_GetHeader(m_ListView.m_hWnd); in OnContextMenu()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2656 #define ListView_GetHeader(hwnd) (HWND)SNDMSG((hwnd),LVM_GETHEADER,0,0L) macro