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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 92
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 27
24
FireInspector Automation User’s Manual
CATC Version 1.0
2.3.12 IFwAnalyzer::LoadConfigROM
Loads the config ROM specified by filename and enables it.
Syntax
HRESULT LoadConfigROM (
[in] BSTR filename );
Parameters
BSTR filename – filename of saved config ROM to be displayed
Return values
NOERROR – success
E_FAIL – an error is encountered
Remarks
Example
WSH:
C++:
IFwAnalyzer* fw_analyzer;
...
try
{
HRESULT hr = m_poFwAnalyzer->LoadConfigROM( ( LPCTSTR )
m_csROMFile );
}
catch( _com_error& )
{
::MessageBox( _T( "The analyzer device is not connected!"
) );
}
Page view 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 ... 91 92

Comments to this Manuals

No comments