Sensoray 2224 Windows Bedienungsanleitung Seite 22

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 94
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 93 94

Kommentare zu diesen Handbüchern

Keine Kommentare