From: eugals on
Hi.

MSDN, a the SetupDiCreateDeviceInfo Function article, <a href="http://
msdn.microsoft.com/en-us/library/ff550952.aspx">says</a> that:
<i> DICD_INHERIT_CLASSDRVS
If this flag is specified, the resulting device information element
inherits the class driver list, if any, associated with the device
information set. In addition, if there is a selected driver for the
device information set, that same driver is selected for the new
device information element.</i>

My question is how do i "associate a driver list with the device
information set"? I have an empty HDEVINFO created with the
SetupDiCreateDeviceInfoList, which function should I perform on it,
before I call the SetupDiCreateDeviceInfo so I could pass the
DICD_INHERIT_CLASSDRVS there?
 | 
Pages: 1
Prev: setupapi log file
Next: DICD_INHERIT_CLASSDRVS?