Searched refs:fAltTab (Results 1 – 3 of 3) sorted by relevance
519 BOOL fAltTab = (BOOL)Param2; in NtUserCallTwoParam() local525 if (gpqForeground && !fAltTab) in NtUserCallTwoParam()541 if (fAltTab && (Window->style & WS_MINIMIZE)) in NtUserCallTwoParam()
691 EXTINLINE VOID NtUserxSwitchToThisWindow(HWND hWnd, BOOL fAltTab) in NtUserxSwitchToThisWindow() argument693 NtUserCallTwoParam((DWORD_PTR)hWnd, (DWORD_PTR)fAltTab, TWOPARAM_ROUTINE_SWITCHTOTHISWINDOW); in NtUserxSwitchToThisWindow()
82 SwitchToThisWindow(HWND hwnd, BOOL fAltTab) in SwitchToThisWindow() argument84 NtUserxSwitchToThisWindow(hwnd, fAltTab); in SwitchToThisWindow()