WM_PSETFOCUS Field - usfocus
usfocus
(
USHORT
)
Focus flag.
TRUE
The window received the focus.
hwnd
is the window handle of the window which lost the focus, or NULLHANDLE if no window previously had the focus.
FALSE
The window lost the focus.
hwnd
is the window handle of the window which received the focus, or NULLHANDLE if no window received the focus.
[Back: WM_PSETFOCUS Field - hwnd]
[Next: WM_PSETFOCUS Return Value - ulReserved]