usfocus (USHORT)

      Focus flag.

      TRUE

        The window is receiving the focus. hwnd is the window handle of the window losing the focus, or NULLHANDLE if no window previously had the focus.
      FALSE
        The window is losing the focus. hwnd is the window handle of the window receiving the focus, or NULLHANDLE if no window is receiving the focus.


      [Back] [Next]