Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dfocus.h17 HWND FASTCALL IntGetThreadFocusWindow(VOID);
H A Dmisc.c264 ret = (DWORD_PTR)IntGetThreadFocusWindow(); in NtUserGetThreadState()
H A Dfocus.c41 IntGetThreadFocusWindow(VOID) in IntGetThreadFocusWindow() function
H A Dwindow.c248 if (hWnd == IntGetThreadFocusWindow()) in IntEnableWindow()