Teledyne-lecroy FireInspector Automation Application Programming I Manuale Utente Pagina 28

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 92
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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!"
) );
}
Vedere la pagina 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 ... 91 92

Commenti su questo manuale

Nessun commento