Searched refs:iLast (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 3498 _In_ UINT iLast, 3506 _In_ UINT iLast, 3543 _In_ UINT iLast, 3544 _Out_writes_(iLast + 1 - iFirst) LPINT lpBuffer); 3551 _In_ UINT iLast, 3552 _Out_writes_(iLast + 1 - iFirst) LPINT lpBuffer); 3559 _In_ UINT iLast, 3560 _Out_writes_(iLast + 1 - iFirst) LPINT lpBuffer); 3567 _In_ UINT iLast, 3584 _In_ UINT iLast, [all …]
|
H A D | commctrl.h | 2530 …stView_RedrawItems(hwndLV,iFirst,iLast) (BOOL)SNDMSG((hwndLV),LVM_REDRAWITEMS,(WPARAM)(int)(iFirst… argument
|
/reactos/base/setup/reactos/ |
H A D | treelist.c | 8122 int iStart, iLast; in TreeListSortItemsEx() local 8225 iLast = uPos - 1; in TreeListSortItemsEx() 8232 iUpper = iLast + 1; in TreeListSortItemsEx() 8243 if(iLower > iLast) in TreeListSortItemsEx() 8382 int iStart, iLast; in TreeListSortItemsCb() local 8482 iLast = uPos - 1; in TreeListSortItemsCb() 8489 iUpper = iLast + 1; in TreeListSortItemsCb() 8499 if(iLower > iLast) in TreeListSortItemsCb() 8726 iLast = uPos - 1; in TreeListSortItems() 12734 int iLast; in TreeListDraw() local [all …]
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 2956 MD_ListView_OnRedrawItems(HWND hwnd, INT iFirst, INT iLast) in MD_ListView_OnRedrawItems() argument 2959 MSGDUMP_PREFIX, (void *)hwnd, iFirst, iLast); in MD_ListView_OnRedrawItems()
|