siWindowChangeState

Description

This enum specifies what has changed during a CWindowNotification for the Custom Display Host.

Constant Value Description
siWindowSize 0 The size or position of the window has changed.
siWindowPaint 1 The window is being repainted.
siWindowSetFocus 2 The window is getting the focus.
siWindowLostFocus 3 The window lost the focus.

Applies To

CWindowNotification::GetWindowState