Argox PT-10 Manual de usuario Pagina 62

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 79
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 61
Scan Key Related Functions
EnableTriggerKey
This function will enable or disable scan key.
DWORD EnableTriggerKey
{
BOOL bEnable
}
Parameters
bEnable
[in] Flag that indicates whether enable scan key(TRUE) or disable scan key(FALSE).
Return Values
If function succeeds, the return value is
E_FUNC_SUCCEED. If function fails, the return value is
E_FUNC_ERROR, E_FUNC_PAR_ERROR.
Remarks
This function is meaningful only if scanner is opened. The warm reset will enable scan key automatically.
Example
BOOL bResult;
bResult = EnableTriggerKey(TRUE);
if(bResult)
AfxMessageBox(_T("EnableTriggerKey Succeed"));
Else
AfxMessageBox(_T("EnableTriggerKey Fail"));
Requirements
OS Versions: Windows CE 5.0 and later.
Header: scanapiax.h
Link Library: scanapiax.lib
Link DLL: scanapiax.dll
Device: PT60
Programming Manual 59
Vista de pagina 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 ... 78 79

Comentarios a estos manuales

Sin comentarios