The capYieldCallback function is the yield callback function used with video capture. The capYieldCallback yield callback function is a placeholder for the application-supplied function name.
LRESULT CALLBACK capYieldCallback(
HWND hWnd
);
The capture window calls the yield callback function at least once for every captured video frame, but the exact rate depends on the frame rate and the overhead of the capture driver and disk.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in vfw.h.
Import Library: User-defined.
Video Capture Overview, Video Capture Functions