Teledyne-lecroy SAS_SATA Automation API manual Manual do Utilizador Página 17

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 150
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 149 150

Comentários a estes Manuais

Sem comentários