FOCUS_EVENT_RECORD structure

Describes a focus event in a console INPUT_RECORD structure. These events are used internally and should be ignored.

Syntax

typedef struct _FOCUS_EVENT_RECORD {
  BOOL bSetFocus;
} FOCUS_EVENT_RECORD;

Members

bSetFocus
Reserved.

Requirements

   
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header WinConTypes.h (via WinCon.h, include Windows.h)

See also

INPUT_RECORD