General use of the drugValidator ATL COM module

  • First create an instance of the drugValidator COM module.
     
  • Open the drug database with the Open method from the IDrugValidator interface. Set the localization language (if it differs from the default setting of German) using the SetLanguage from the IDrugValidator interface.
     
  • The following steps may then be performed, until the drugValidator module instance is released:
     
  • Release the drugValidator COM module instance.