Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dfocus.c447 co_IntSendActivateMessages(PWND WindowPrev, PWND Window, BOOL MouseActivate, BOOL Async) in co_IntSendActivateMessages() argument
462 if (WindowPrev) UserRefObjectCo(WindowPrev, &RefPrev); in co_IntSendActivateMessages()
483 if (Window != pwndTemp || (WindowPrev && !IntIsWindowVisible(WindowPrev))) in co_IntSendActivateMessages()
522 OldTID = WindowPrev ? IntGetWndThreadId(WindowPrev) : NULL; in co_IntSendActivateMessages()
524 ptiOld = WindowPrev ? WindowPrev->head.pti : NULL; in co_IntSendActivateMessages()
580 if (WindowPrev) in co_IntSendActivateMessages()
581 UserDerefObjectCo(WindowPrev); // Now allow the previous window to die. in co_IntSendActivateMessages()
604 (LPARAM)(WindowPrev ? UserHMGetHandle(WindowPrev) : 0)); in co_IntSendActivateMessages()