Zebra KR203 Especificaciones Pagina 53

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 64
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 52
B-7
Appendix B
Implementation in Monitor Thread
8/6/2010 KR203 Software Integrator Guide P1028248-001 Rev. A
SendMessage(hWnd, WM_SETTEXT, 0,
(LPARAM)(L"Timeout, no status happened"));
}
else
{
dwRet = GetLastError();
swprintf_s( str, 50, L"### Wait function failed!
[%d]\n", dwRet);
OutputDebugString(str);
}
}
SendMessage(hWnd, WM_SETTEXT, 0, (LPARAM)(L"Leaving
Status Thread"));
AfxEndThread( 1 );
return 1;
}
When an event occurs, the status with GetPrinterData using the “Error” key will need to be
obtained, and the result decoded according to the sample or an equivalent manner. In any
case a message can be sent, or any form of status reporting can be done.
Vista de pagina 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 63 64

Comentarios a estos manuales

Sin comentarios