2.3.2.2  Retrieving Information From an INF File

Once you have a handle to an INF file, you can retrieve information from it in a variety of ways. Functions such as SetupGetInfInformation, SetupQueryInfFileInformation, and SetupQueryInfVersionInformation retrieve information about the specified INF file.

Other functions such as SetupGetSourceInfo and SetupGetTargetPath acquire information about the source files and target directories.

Low-level functions like SetupGetLineText and SetupGetStringField enable you to directly access information stored in a line or field of an INF file. These functions are used internally by the higher-level Setup functions, but are available should you need to directly access information at the line or field level.