Api_getsyserror – Argox PT-9130 User Manual
Page 194

PT-90 Mobile Computer SDK Programming Manual 187
API_GetSysError
To Get the system error code.
DWORD API_GetSysError
{
}
Parameters
None
Returned Values
Returning the system error code that is returned by GetLastError(). Descriptions of system error code can be found
in MSDN.
Example
dwError = API_GetSysError();
strMess.Format(_T("System Error Code: %d"), dwError);
AfxMessageBox(strMess);
Requirements
OS Versions: Windows CE 6.0 or beyond.
Header: scanapiax.h
Link Library: scanapiax.lib
Link DLL: scanapiax.dll
Device: PT90