Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dwindow.c1379 SIZE_T ibOld, ibNew; in IntGrowHwndList() local
1384 ibNew = ibOld + GROW_COUNT * sizeof(HWND); in IntGrowHwndList()
1386 pwlNew = IntReAllocatePoolWithTag(PagedPool, pwlOld, ibOld, ibNew, USERTAG_WINDOWLIST); in IntGrowHwndList()
1391 pwlNew->phwndEnd = (HWND *)((LPBYTE)pwlNew + ibNew); in IntGrowHwndList()