Teledyne-lecroy FireInspector Automation Application Programming I User Manual Page 19

  • Download
  • Add to my manuals
  • Print
  • Page
    / 92
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 18
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;
}
Page view 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 91 92

Comments to this Manuals

No comments