NAME

SwapBuffers  (GDI32.@)

SYNOPSIS

 BOOL SwapBuffers
 (
  HDC hdc
 )

DESCRIPTION

Exchanges front and back buffers of window.

PARAMS

hdc [In] Device context whose buffers get swapped.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/painting.c". source.winehq.org/source/dlls/gdi32/painting.c

Debug channel "gdi".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.