Home
last modified time | relevance | path

Searched refs:iLast (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dwingdi.h3498 _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 Dcommctrl.h2530 …stView_RedrawItems(hwndLV,iFirst,iLast) (BOOL)SNDMSG((hwndLV),LVM_REDRAWITEMS,(WPARAM)(int)(iFirst… argument
/reactos/base/setup/reactos/
H A Dtreelist.c8122 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 Dmsgdump.h2956 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()