Question about quering INF file keys?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I opend an INF file by SetupOpenInfFile. To query values and fields of keys I used SetupGetLineText and SetupGetStringField. I know entry section name. So I can enumarate all other section and key values. But how can I get a key name by its index number in known section?:confused: We know that INF file structure is same as: [Section1] Key1=value1 key2=value2 ...