Argox pt-80 Mode D'Emploi

Page de 76
 
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 4.2 and later. 
 
 
Header: scanapiax.h 
 
 
Link Library: scanapiax.lib 
Link DLL: scanapiax.dll 
Device: PT80
 
Programming Manual                                                                                            39