Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.1 KB

nf-vfw-capcapturestop.md

File metadata and controls

75 lines (58 loc) · 2.1 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.capCaptureStop
capCaptureStop macro (vfw.h)
The capCaptureStop macro stops the capture operation. You can use this macro or explicitly send the WM_CAP_STOP message.
_win32_capCaptureStop
capCaptureStop
capCaptureStop macro [Windows Multimedia]
multimedia.capcapturestop
vfw/capCaptureStop
multimedia\capcapturestop.htm
Multimedia
79b33f36-1bf9-41f2-827f-d0cfa276113e
12/05/2018
_win32_capCaptureStop, capCaptureStop, capCaptureStop macro [Windows Multimedia], multimedia.capcapturestop, vfw/capCaptureStop
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
capCaptureStop
vfw/capCaptureStop
c++
APIRef
kbSyntax
HeaderDef
Vfw.h
capCaptureStop

capCaptureStop macro

-description

The capCaptureStop macro stops the capture operation. You can use this macro or explicitly send the WM_CAP_STOP message.

In step frame capture, the image data that was collected before this message was sent is retained in the capture file. An equivalent duration of audio data is also retained in the capture file if audio capture was enabled.

-parameters

-param hwnd

Handle to a capture window.

-remarks

The capture operation must yield to use this message. Use the capCaptureAbort macro to abandon the current capture operation.

-see-also

Video Capture

Video Capture Macros