Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dwindow.h32 #define IntWndBelongsToThread(WndObj, W32Thread) \ macro
H A Dpainting.c1148 if (IntWndBelongsToThread(Window, Thread)) in IntFindWindowToRepaint()
1159 IntWndBelongsToThread(TempWindow, Thread) && in IntFindWindowToRepaint()
H A Dwindow.c605 BelongsToThreadData = IntWndBelongsToThread(Window, ThreadData); in co_UserFreeWindow()
617 if (!IntWndBelongsToThread(Child, ThreadData)) in co_UserFreeWindow()
2840 if (IntWndBelongsToThread(pWnd, PsGetCurrentThreadWin32Thread())) in IntDestroyOwnedWindows()