![Ametek VTI Instruments EX1200-1538 User Manual Download Page 56](http://html1.mh-extra.com/html/ametek/vti-instruments-ex1200-1538/vti-instruments-ex1200-1538_user-manual_3044149056.webp)
VTI Instruments Corp.
56
EX1200-1538: Programming the Instrument
}
if (mfunction != NULL && mfunction->Initialized)
{
// Close driver
mfunction->Close();
}
}
catch (_com_error& e)
{
::MessageBox(NULL, e.Description(), e.ErrorMessage(), MB_ICONERROR);
}
::CoUninitialize();
printf("\nDone - Press Enter to Exit");
getchar();
return 0;
}