Defining Changes to Other INI Files

You can create an INI change control file to make changes to any INI file that a driver needs. For example, you could initialize an OS/2 profile, define MIDI maps, and define external pages. You define changes to INI files using the ProfileData structure.

The following shows an example of the ProfileData structure.

   ProfileData =
      (
      ini="inifilename"
      appname="appname"
      keyname="keyname"
      dll="resourcedllname"
      id=resourceid
      )