setupapi: Implement SetupGetInfInformation [RESEND]

James Hawkins truiken at gmail.com
Thu Jan 26 22:24:54 CST 2006


Hi,

Is there anything wrong with this patch?  It seemed like
SetupGetInfInformation didn't belong in any of the current source
files in setupapi, but parser.c was the closest match.  Another option
would be to create a new source file, something like query.c whose
functions concern querying INF file information.  That option would
also make it easier to create tests for those type of functions in
tests/query.c.  If there's something else wrong with it, let me know.

This is the first part of the fix for bug 4355.  The next step is to
implement SetupQueryInfFileInformation.

Changelog:
* Implement SetupGetInfInformation.

 dlls/setupapi/parser.c |  255 ++++++++++++++++++++++++++++++++++++++++++++++++
 dlls/setupapi/stubs.c  |   12 --
 include/setupapi.h     |    6 +
 3 files changed, 261 insertions(+), 12 deletions(-)

--
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 900350e1a9ef3943aabd037672d3bb8b21682309.diff
Type: text/x-patch
Size: 9468 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060126/e8dc3dc8/900350e1a9ef3943aabd037672d3bb8b21682309.diff


More information about the wine-patches mailing list