Sensoray 811 Windows SDK Instrukcja Użytkownika Strona 13

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 23
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 12
int devid
);
Sets the record mode (see mid811types.h for MID811_REC type definition).
Parameters
recMode
record mode.
devid
device id in the system (use 0 for first channel with a single board installed).
Returns
0 on success, negative value if error (see mid811types.h for error codes list).
MID811_API int S811_StartRecord(
char *fileName,
int devid
);
Starts recording to a file.
Parameters
fileName
full path to the target file, no extension.
devid
device id in the system (use 0 for first channel with a single board installed).
Returns
0 on success, negative value if error (see mid811types.h for error codes list).
MID811_API int S811_StartRecordW(
wchar_t *fileName,
int devid
);
Same as S811_StartRecord, but uses widechar or Unicode filenames.
MID811_API int S811_StopRecord(
13
Przeglądanie stron 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 22 23

Komentarze do niniejszej Instrukcji

Brak uwag