On 1/27/06, Saulius Krasuckas saulius2@ar.fi.lt wrote:
I stuck upon this function right now. And I see ReactOS folks already have some implementation [*], but for some reason it is disabled.
Is anyone working on this for Wine? Any ideas about the ReactOS code?
Start off by reading through the msdn documentation of the function:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/setupapi/se...
Read through it thoroughly and make note of all the details of the function. Then write as many test cases as you can for the function. Test the details you found on msdn and any other cases you can think of. This should give you a better idea of how to implement the function because you'll understand what needs to happen for each particular case.
-- James Hawkins