WM_VRNENABLED - Syntax

This message tells a window that its visible region is now unlocked and is valid for drawing on. It also contains a message parameter to inform the window if the visible region was changed.

param1
     BOOL   ffVisRgnChanged  /*  Flag indicating whether the visible region has been altered. */

param2
     VOID   mp2              /*  Reserved value. */


[Back: WM_VRNENABLED - Parameters]
[Next: WM_VRNENABLED - Remarks]