Tao.Platform.Windows SDK Documentation

Gdi.LPD_SWAP_EXCHANGE Field

In a double-buffered layer plane, swapping the color buffer exchanges the front buffer and back buffer contents. The back buffer then contains the contents of the front buffer before the swap. This flag is a hint only and might not be provided by a driver.

[Visual Basic]
Public Const LPD_SWAP_EXCHANGE As Integer = 512
[C#]
public const int LPD_SWAP_EXCHANGE = 512;

See Also

Gdi Class | Tao.Platform.Windows Namespace