Searched refs:ibNew (Results 1 – 1 of 1) sorted by relevance
1379 SIZE_T ibOld, ibNew; in IntGrowHwndList() local1384 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()