
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;
}
Comentarios a estos manuales