General use of the migelValidator ATL COM module

  • First create an instance of the migelValidator COM module.
     
  • Open the migel database with the Open method from the IMigelValidator interface. Set the localization language (if it differs from the default setting of German) using the SetLanguage from the IMigelValidator interface.
     
  • The following steps may then be performed, until the migelValidator module instance is released:
     
  • Let the user search for a code (see the Search functions from the ISearch interface).
     
  • Add the selected services to the AddService method from the IValidate interface.
     
  • Release the migelValidator COM module instance.