Difference between WM_ValidateWindow and WM_InvlidateWindow

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Difference between WM_ValidateWindow and WM_InvlidateWindow

    Afrer reading documentation of emWIn I'm little bit confused with function WM_ValidateWindow. I know "invalidating" from other toolkits but as I know, no other GUI toolkit has "validate" function.

    After calling of function WM_InvlidateWindow, window is forced to redraw its content. After calling WM_ValidateWindow, nothing visible happend.

    What is the purpose of WM_ValidateWindow?


    Thank you,
    Jan