Searched refs:ibOld (Results 1 – 1 of 1) sorted by relevance
1379 SIZE_T ibOld, ibNew; in IntGrowHwndList() local1383 ibOld = (LPBYTE)pwlOld->phwndLast - (LPBYTE)pwlOld; in IntGrowHwndList()1384 ibNew = ibOld + GROW_COUNT * sizeof(HWND); in IntGrowHwndList()1386 pwlNew = IntReAllocatePoolWithTag(PagedPool, pwlOld, ibOld, ibNew, USERTAG_WINDOWLIST); in IntGrowHwndList()1390 pwlNew->phwndLast = (HWND *)((LPBYTE)pwlNew + ibOld); in IntGrowHwndList()