Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 1.95 KB

nf-vfw-icdrawstopplay.md

File metadata and controls

71 lines (57 loc) · 1.95 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.ICDrawStopPlay
ICDrawStopPlay macro (vfw.h)
The ICDrawStopPlay macro notifies a rendering driver when a play operation is complete. You can use this macro or explicitly call the ICM_DRAW_STOP_PLAY message.
ICDrawStopPlay
ICDrawStopPlay macro [Windows Multimedia]
_win32_ICDrawStopPlay
multimedia.icdrawstopplay
vfw/ICDrawStopPlay
multimedia\icdrawstopplay.htm
Multimedia
41faa7cd-13c9-47bc-a62e-c09c7d3264d7
12/05/2018
ICDrawStopPlay, ICDrawStopPlay macro [Windows Multimedia], _win32_ICDrawStopPlay, multimedia.icdrawstopplay, vfw/ICDrawStopPlay
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
ICDrawStopPlay
vfw/ICDrawStopPlay
c++
APIRef
kbSyntax
HeaderDef
Vfw.h
ICDrawStopPlay

ICDrawStopPlay macro

-description

The ICDrawStopPlay macro notifies a rendering driver when a play operation is complete. You can use this macro or explicitly call the ICM_DRAW_STOP_PLAY message.

-parameters

-param hic

Handle to a driver.

-remarks

Use this message when the play operation is complete. Use the ICDrawStop macro to end timing.

-see-also

Video Compression Macros

Video Compression Manager