Prev: WDDM(display) - Questions about build process of path and multiple monitor support
Next: how to create a simple usb filter driver
From: Polaris on 12 Feb 2010 14:44 Hi Driver Experts: I have two generic question on writing INF : (1) Can a section appear more than once in an INF ? Is it something should be avoided? (2) Does the order of a section in the INF mater? Thanks in advance! Polaris
From: [MSFT] Nick Newland [MSFT] Nick on 12 Feb 2010 19:30
INF sections that have exactly the same name? No, that's not allowed. You can have multiple sections that start with the same name, but have an architecture decoration on the section name. Order does not matter in the INF, generally the version section is first. General INF information and reference can be found here: http://msdn.microsoft.com/en-us/library/ms794346.aspx. [MSFT] Nick Newland "Polaris" wrote: > Hi Driver Experts: > > > > I have two generic question on writing INF : > > > > (1) Can a section appear more than once in an INF ? Is it something should > be avoided? > > > > (2) Does the order of a section in the INF mater? > > > > Thanks in advance! > > > > Polaris > > > > > . > |