Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dsimplecall.c519 BOOL fAltTab = (BOOL)Param2; in NtUserCallTwoParam() local
525 if (gpqForeground && !fAltTab) in NtUserCallTwoParam()
541 if (fAltTab && (Window->style & WS_MINIMIZE)) in NtUserCallTwoParam()
/reactos/win32ss/user/user32/include/
H A Dntwrapper.h691 EXTINLINE VOID NtUserxSwitchToThisWindow(HWND hWnd, BOOL fAltTab) in NtUserxSwitchToThisWindow() argument
693 NtUserCallTwoParam((DWORD_PTR)hWnd, (DWORD_PTR)fAltTab, TWOPARAM_ROUTINE_SWITCHTOTHISWINDOW); in NtUserxSwitchToThisWindow()
/reactos/win32ss/user/user32/windows/
H A Dwindow.c82 SwitchToThisWindow(HWND hwnd, BOOL fAltTab) in SwitchToThisWindow() argument
84 NtUserxSwitchToThisWindow(hwnd, fAltTab); in SwitchToThisWindow()