FOCUS_EVENT_RECORD

The FOCUS_EVENT_RECORD structure is used to report focus events in a console INPUT_RECORD structure. These events are used internally and should be ignored.

typedef struct _FOCUS_EVENT_RECORD { // fer 
    BOOL bSetFocus; 
} FOCUS_EVENT_RECORD; 
 

Members

bSetFocus
Used internally.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in wincon.h.

See Also

Consoles and Character-Mode Support Overview, Console Structures, INPUT_RECORD