The DrawDibUpdate macro draws the last frame in the DrawDib off-screen buffer.
BOOL DrawDibUpdate(
HDRAWDIB hdd,
HDC hdc,
int xDst,
int yDst
);
Returns TRUE if successful or FALSE otherwise.
The DrawDibUpdate macro is defined as follows:
#define DrawDibUpdate( hdd, hdc, x, y) \
DrawDibDraw( hdd, hdc, x, y, 0, 0, NULL, NULL, 0, 0, \
0, 0, DDF_UPDATE)
This macro can be used to refresh an image or a portion of an image displayed by your application.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in vfw.h.
DrawDib Overview, DrawDib Macros