File Formats
Connection Manager information files are similar to Windows .ini and .inf files:
-
Each file is divided into sections. A section heading is enclosed within square brackets (for example, [Strings] is a section containing text strings).
-
The order in which sections appear is not important — a particular section can be placed anywhere in the file.
-
Sections are delimited by one blank line. Each section can contain multiple entries.
-
Comments in the file start with a semicolon (;).
For more information on these formats, see Microsoft Windows SDK.
© 1997 by Microsoft Corporation. All rights reserved.