Teledyne-lecroy SAS_SATA Automation API manual Manual de usuario Pagina 17

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 150
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 16
AutomationAPIforTeledyneLeCroySAS/SATAProtocolSuite 11
SASAnalyzerObject
TeledyneLeCroy
ISASAnalyzer::StopGeneration
HRESULT StopGeneration ( );
Stopsanygenerationinprogress.
Parameters
ReturnValues
ANALYZERCOMERROR_UNABLESTARTGENERATION Unabletostopgeneration(invalid
state,etc.)
Remarks
Example
C++:
ISASAnalyzer* poAnalyzer;
. . .
try
{
poAnalyzer->StopGeneration();
}
catch (_com_error& er)
{
if (er.Description().length() > 0)
::MessageBox( NULL, er.Description(), _T("SASTracer
client"), MB_OK );
else
::MessageBox( NULL, er.ErrorMessage(), _T("SASTracer
client"), MB_OK );
return 1;
}
Vista de pagina 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 149 150

Comentarios a estos manuales

Sin comentarios