SWP_NOCOPYBITS top-level constant

int const SWP_NOCOPYBITS

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;