Hello Folks,<br><br>I am creating a device info.<br>
<br>
I am adding my device info to the device info set( or list. whatever you call it)<br>
<br>
After that I do SetupDiCallClassInstaller to create my device in PnP tree.<br>
<br>
After
that I have to specify some values in "PNP Device Key" of my device
before notifying the OS to load the driver of this new device.<br>

<br>
I am using SetupDiOpenDevRegKey API to get a handle to "PNP Device Key"<br>
This call is returning me INVALID_HANDLE_VALUE and when I do GetLastError() I get a very large value as last error (3758096900).<br>

<br>
I don't know what is happening.<br>
<br>
NOTE--> All this I tried on Windows Server 2008.<br>
<br>
Can any one comment on above behavior?<br>
<br>
Cheers<br>
<font color="#888888">Deepak</font>