Sensoray 614 Windows User Manual
Page 17

0 on success, negative value if error (see mid314types.h for error codes list).
MID314_API int SN_StartRecord(
char *fileName,
int board
);
Starts recording to a file.
Parameters
fileName
full path to the target file, no extension.
board
board number in the system (use 0 for single board setups).
Returns
0 on success, negative value if error (see mid314types.h for error codes list).
MID314_API int SN_StopRecord(
int board
);
Stops the recording. Preview will continue.
Parameters
board
board number in the system (use 0 for single board setups).
Returns
0 on success, negative value if error (see mid314types.h for error codes list).
MID314_API int SN_SnapshotToFile(
char *fileName,
int filetype,
int qual,
int board
);
Takes a snapshot and saves it to a file.
17