Capturing Data
The following example uses the capCaptureSequenceY7UVOL macro to start video capture and the capFileSaveAsH0Z_EV macro to copy the captured data from the capture file to the file NEWFILE.AVI.
char szNewName[] = "NEWFILE.AVI";
// Set up the capture operation.
capCaptureSequence(hWndC);
// Capture.
capFileSaveAs(hWndC, szNewName);