
TeledyneLeCroy SASAnalyzerObject
26 AutomationAPIforTel edyneLeCroySAS/SATAProtocolSuite
ISASAnalyzer::ResumeGeneration
HRESULT ResumeGeneration ( )
Resumesgenerationifitwaspreviouslypaused.
ReturnValue
Remarks
Example
C++:
ISASAnalyzer* poAnalyzer;
. . .
try
{
poAnalyzer->ResumeGeneration();
}
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