Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 1.92 KB

nf-vfw-icdrawflush.md

File metadata and controls

71 lines (57 loc) · 1.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:vfw.ICDrawFlush
ICDrawFlush macro (vfw.h)
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.
ICDrawFlush
ICDrawFlush macro [Windows Multimedia]
_win32_ICDrawFlush
multimedia.icdrawflush
vfw/ICDrawFlush
multimedia\icdrawflush.htm
Multimedia
ceff1075-4e23-4be0-aac0-27fc5fe68083
12/05/2018
ICDrawFlush, ICDrawFlush macro [Windows Multimedia], _win32_ICDrawFlush, multimedia.icdrawflush, vfw/ICDrawFlush
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
ICDrawFlush
vfw/ICDrawFlush
c++
APIRef
kbSyntax
HeaderDef
Vfw.h
ICDrawFlush

ICDrawFlush macro

-description

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.

-parameters

-param hic

Handle to a driver.

-remarks

This message is used only by hardware that performs its own asynchronous decompression, timing, and drawing.

-see-also

Video Compression Macros

Video Compression Manager