Teledyne LeCroy FireInspector Automation Application Programming Interface User Manual

Page 19

Advertising
background image

15

FireInspector Automation User’s Manual

CATC

Version 1.0

. . .

try

{

fw_analyzer->StartRecording( ro_file_name )

}

catch ( _com_error& er)

{

if (er.Description().length() > 0)

::MessageBox( NULL, er.Description(), _T("FwAnalyzer

client"), MB_OK );

else

::MessageBox( NULL, er.ErrorMessage(), _T("FwAnalyzer

client"), MB_OK );

return 1;

}

Advertising