Tao.Platform.Windows SDK Documentation

Gdi.LPD_SWAP_COPY Field

In a double-buffered layer plane, swapping the color buffer copies the back buffer contents to the front buffer. The swap does not affect the back buffer contents. This flag is a hint only and might not be provided by a driver.

[Visual Basic]
Public Const LPD_SWAP_COPY As Integer = 1024
[C#]
public const int LPD_SWAP_COPY = 1024;

See Also

Gdi Class | Tao.Platform.Windows Namespace