Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dwindow.c3319 PWND MsgWindows; in NtUserFindWindowEx() local
3321 if((MsgWindows = UserGetWindowObject(IntGetMessageWindow()))) in NtUserFindWindowEx()
3323 Ret = IntFindWindow(MsgWindows, ChildAfter, ClassAtom, &WindowName); in NtUserFindWindowEx()