SWP_NOCOPYBITS top-level constant Null safety
Discards the entire contents of the client area. If this flag is not specified, the valid contents of the client area are saved and copied back into the client area after the window is sized or repositioned.
Implementation
const SWP_NOCOPYBITS = 0x0100;