Teledyne-lecroy FireInspector Automation Application Programming I Instrukcja Użytkownika Strona 41

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 92
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 40
37
FireInspector Automation User’s Manual
CATC Version 1.0
C++:
IFwTrace* fw_trace;
TCHAR file_name[_MAX_PATH];
. . .
try
{
fw_trace->ReportFileInfo( 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;
}
Przeglądanie stron 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 91 92

Komentarze do niniejszej Instrukcji

Brak uwag