Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Dwindow.c1458 PWND WndParent, DesktopWnd, Wnd; in IsChild() local
1468 DesktopWnd = GetThreadDesktopWnd(); in IsChild()
1469 if (!DesktopWnd) in IsChild()
/reactos/win32ss/user/ntuser/
H A Ddesktop.c1654 PWND DesktopWnd; in IntHideDesktop() local
1656 DesktopWnd = IntGetWindowObject(Desktop->DesktopWindow); in IntHideDesktop()
1657 if (! DesktopWnd) in IntHideDesktop()
1661 DesktopWnd->style &= ~WS_VISIBLE; in IntHideDesktop()