ICDrawFlush
The ICDrawFlush macro notifies a rendering driver to render the contents of any image buffers that are waiting to be drawn. You can use this macro or explicitly call the ICM_DRAW_FLUSH message.
DWORD ICDrawFlush(
hic
);
Parameters
hic
Handle to a driver.
Return Values
Returns ICERR_OK if successful or an error otherwise.
Remarks
This message is used only by hardware that performs its own asynchronous decompression, timing, and drawing.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Vfw.h.
See Also
Video Compression Manager, Video Compression Macros, ICM_DRAW_FLUSH