Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-17912

Review/Document SwitchToThisWindow(..., BOOL fAltTab)

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Major
    • None
    • None
    • None

    Description

      https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-switchtothiswindow

      [in] fUnknown

      Type: BOOL

      A TRUE for this parameter indicates that the window is being switched to using the Alt/Ctl+Tab key sequence. This parameter should be FALSE otherwise.

      ReactOS parameter is named fAltTab, which is more explicit,
      but all calls, except in apitest, use TRUE:
      maybe fix some callers and/or document actual use cases for this parameter values.

      https://git.reactos.org/?p=reactos.git&a=search&h=HEAD&st=grep&s=SwitchToThisWindow

      win32ss/user/user32/windows/window.c
        82 SwitchToThisWindow(HWND hwnd, BOOL fAltTab)
        84     NtUserxSwitchToThisWindow(hwnd, fAltTab);
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            Serge Gautherie Serge Gautherie
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: