Searched refs:HDM_SETUNICODEFORMAT (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | header.c | 208 { HDM_SETUNICODEFORMAT, sent|wparam, TRUE }, 776 SendMessageA(hWndHeader, HDM_SETUNICODEFORMAT, TRUE, 0); in test_header_control() 1079 retVal = SendMessageA(hChild, HDM_SETUNICODEFORMAT, TRUE, 0); in test_hdm_unicodeformatMessages()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 821 #define HDM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT macro 822 #define Header_SetUnicodeFormat(hwnd,fUnicode) (BOOL)SNDMSG((hwnd),HDM_SETUNICODEFORMAT,(WPARAM)(fU…
|
/reactos/dll/win32/comctl32/ |
H A D | header.c | 2209 case HDM_SETUNICODEFORMAT: in HEADER_WindowProc()
|
H A D | listview.c | 1681 SendMessageW(infoPtr->hwndHeader, HDM_SETUNICODEFORMAT, TRUE, 0); in LISTVIEW_CreateHeader()
|