Searched refs:DesktopWnd (Results 1 – 2 of 2) sorted by relevance
1458 PWND WndParent, DesktopWnd, Wnd; in IsChild() local1468 DesktopWnd = GetThreadDesktopWnd(); in IsChild()1469 if (!DesktopWnd) in IsChild()
1654 PWND DesktopWnd; in IntHideDesktop() local1656 DesktopWnd = IntGetWindowObject(Desktop->DesktopWindow); in IntHideDesktop()1657 if (! DesktopWnd) in IntHideDesktop()1661 DesktopWnd->style &= ~WS_VISIBLE; in IntHideDesktop()