Teledyne-lecroy FireInspector Automation Application Programming I Manuel d'utilisateur Page 28

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 92
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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!"
) );
}
Vue de la page 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 ... 91 92

Commentaires sur ces manuels

Pas de commentaire