Searched refs:pwndPrev (Results 1 – 2 of 2) sorted by relevance
195 PWND pwndPrev; in IntDeactivateWindow() local244 pwndPrev = pti->MessageQueue->spwndActive; in IntDeactivateWindow()245 ptiPrev = pwndPrev->head.pti; in IntDeactivateWindow()258 if ( pti->MessageQueue->spwndActive == pwndPrev ) in IntDeactivateWindow()260 pti->MessageQueue->spwndActivePrev = pwndPrev; in IntDeactivateWindow()269 pwndPrev = (PWND)-1; // Avoid zero Active window. in IntDeactivateWindow()303 if ( pti->MessageQueue->spwndActive == pwndPrev ) in IntDeactivateWindow()316 if ( pti->MessageQueue->spwndActive == pwndPrev ) in IntDeactivateWindow()318 pti->MessageQueue->spwndActivePrev = pwndPrev; in IntDeactivateWindow()1669 PWND Window, pwndPrev; in NtUserSetActiveWindow() local[all …]
178 WndSetPrev(_Inout_ PWND pwnd, _In_opt_ PWND pwndPrev) in WndSetPrev() argument180 ReplaceWndPtr(&pwnd->spwndPrev, pwndPrev); in WndSetPrev()