Sensoray 2224 Windows Instrukcja Użytkownika Strona 22

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 94
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 93 94

Komentarze do niniejszej Instrukcji

Brak uwag