Jump to content

WinInvalidateRegion: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 April 2025

  • curprev 00:4500:45, 9 April 2025 Martini talk contribs 2,635 bytes +2,635 Created page with "This function ''adds a region to a window's update region''. ==Syntax== WinInvalidateRegion(hwnd, hrgn, fIncludeChildren) ==Parameters== ;hwnd (HWND) - Input: Handle of the window whose update region is to be changed. Use HWND_DESKTOP for the entire screen. ;hrgn (HRGN) - Input: Handle of the region to be added to the update region. Use NULLHANDLE to invalidate the entire window. ;fIncludeChildren (BOOL) - Input: Invalidation scope indicator. :;TRUE ::Incl..."