Sensoray 2224 Windows Manuale Utente Pagina 22

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 94
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 21
Parameters
pStatus
pointer to status variable.
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_GetStatusW(
MID2226STATUS_W *pStatus,
HANDLE hdev
);
Same as S2226_GetStatus, but uses Unicode filenames.
MID2226_API int S2226_StartRecord(
char *fileName,
HANDLE hdev
);
Starts recording to a file.
Parameters
fileName
full path to the target file, no extension.
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_StartRecordW(
wchar_t *fileName,
HANDLE hdev
);
Same as S2226_StartRecord, but uses widechar or Unicode filenames.
22
Vedere la pagina 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 93 94

Commenti su questo manuale

Nessun commento