Searched refs:HDM_LAYOUT (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | header.c | 146 { HDM_LAYOUT, sent }, 340 SendMessageA(handle, HDM_LAYOUT, 0, (LPARAM)&hlayout); in create_header_control() 528 SendMessageA(childHandle,HDM_LAYOUT,0,(LPARAM) &hlayout); in create_custom_header_control() 873 retVal = SendMessageA(hChild, HDM_LAYOUT, 0, (LPARAM) &hdLayout); in test_hdm_layout()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 767 #define HDM_LAYOUT (HDM_FIRST+5) macro 768 #define Header_Layout(hwndHD,playout) (BOOL)SNDMSG((hwndHD),HDM_LAYOUT,0,(LPARAM)(HD_LAYOUT *)(play…
|
/reactos/dll/win32/comctl32/ |
H A D | header.c | 2184 case HDM_LAYOUT: in HEADER_WindowProc()
|
H A D | listview.c | 9379 SendMessageW(infoPtr->hwndHeader, HDM_LAYOUT, 0, (LPARAM)&hl); in LISTVIEW_SetView() 11270 SendMessageW( infoPtr->hwndHeader, HDM_LAYOUT, 0, (LPARAM)&hl ); in LISTVIEW_UpdateSize() 11354 SendMessageW( infoPtr->hwndHeader, HDM_LAYOUT, 0, (LPARAM)&hl ); in LISTVIEW_StyleChanged()
|