Searched refs:LV_VIEW_DETAILS (Results 1 – 6 of 6) sorted by relevance
1611 infoPtr->uView = LV_VIEW_DETAILS; in map_style_view()2117 if (infoPtr->uView == LV_VIEW_DETAILS) in LISTVIEW_UpdateVScroll()2478 if (infoPtr->uView == LV_VIEW_DETAILS) in LISTVIEW_GetItemMetrics()2571 if (infoPtr->uView == LV_VIEW_DETAILS) in LISTVIEW_GetItemMetrics()5352 if (infoPtr->uView == LV_VIEW_DETAILS) in LISTVIEW_Refresh()6687 case LV_VIEW_DETAILS: in LISTVIEW_GetColumnWidth()6725 case LV_VIEW_DETAILS: in LISTVIEW_GetCountPerPage()8173 case LV_VIEW_DETAILS: in LISTVIEW_Scroll()9370 case LV_VIEW_DETAILS: in LISTVIEW_SetView()9745 if (infoPtr->uView == LV_VIEW_DETAILS) in LISTVIEW_Create()[all …]
850 if (infoPtr->uView == LV_VIEW_DETAILS && infoPtr->dwLvExStyle & LVS_EX_GRIDLINES)
1029 { LVM_SETVIEW, sent|wparam, LV_VIEW_DETAILS},
1937 int ViewModeList[] = {LV_VIEW_DETAILS, LV_VIEW_LIST, LV_VIEW_TILE}; in OnCommand()
4672 expect(LV_VIEW_DETAILS, ret); in test_get_set_view()4691 ret = SendMessageA(hwnd, LVM_SETVIEW, LV_VIEW_DETAILS, 0); in test_get_set_view()
2846 #define LV_VIEW_DETAILS 0x1 macro