Argox PT-10 Instrukcja Użytkownika Strona 42

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 79
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 41
API_GetSysError
Get the system error code.
DWORD API_GetSysError
{
}
Parameters
None
Return Values
Return the system error code that is returned by GetLastError(). The description of system error code can be find in
MSDN.
Example
dwError = API_GetSysError();
strMess.Format(_T("System Error Code: %d"), dwError);
AfxMessageBox(strMess);
Requirements
OS Versions: Windows CE 5.0 and later.
Header: scanapiax.h
Link Library: scanapiax.lib
Link DLL: scanapiax.dll
Device: PT60
Programming Manual 39
Przeglądanie stron 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 78 79

Komentarze do niniejszej Instrukcji

Brak uwag