Searched refs:spwndClipOwner (Results 1 – 3 of 3) sorted by relevance
385 co_IntSendMessage(UserHMGetHandle(pWinStaObj->spwndClipOwner), WM_RENDERALLFORMATS, 0, 0); in UserClipboardRelease()388 if (pWindow == pWinStaObj->spwndClipOwner) in UserClipboardRelease()391 pWinStaObj->spwndClipOwner = NULL; in UserClipboardRelease()422 if (pWindow == pWinStaObj->spwndClipOwner) in UserClipboardFreeWindow()425 pWinStaObj->spwndClipOwner = NULL; in UserClipboardFreeWindow()698 if (pWinStaObj->spwndClipOwner) in UserEmptyClipboard()702 co_IntSendMessage(UserHMGetHandle(pWinStaObj->spwndClipOwner), WM_DESTROYCLIPBOARD, 0, 0); in UserEmptyClipboard()705 pWinStaObj->spwndClipOwner = pWinStaObj->spwndClipOpen; in UserEmptyClipboard()788 if (pWinStaObj->spwndClipOwner) in NtUserGetClipboardOwner()789 hWnd = UserHMGetHandle(pWinStaObj->spwndClipOwner); in NtUserGetClipboardOwner()[all …]
28 PWND spwndClipOwner; member54 C_ASSERT(offsetof(WINSTATION_OBJECT, spwndClipOwner) == 0x28);
510 if (ti->ppi->prpwinsta != NULL && Window == ti->ppi->prpwinsta->spwndClipOwner) in IntSendDestroyMsg()