Juan Lang
|
2593ee873d
|
setupapi: Don't convert strings past NULL-terminator.
|
2007-11-06 13:34:03 +01:00 |
Juan Lang
|
1d2e0672b7
|
setupapi: Downgrade an ERR to a WARN.
|
2007-11-06 13:33:53 +01:00 |
Juan Lang
|
13ff6e7a1b
|
setupapi: Correct a return value.
|
2007-11-06 13:33:47 +01:00 |
Lionel Debroux
|
85022e50c2
|
setupapi: Fix memory leak (found by Smatch).
|
2007-09-13 11:04:52 +02:00 |
Andrew Talbot
|
9f2a62ed0a
|
setupapi: Exclude unused headers.
|
2007-05-21 12:31:11 +02:00 |
Hans Leidekker
|
108288ec3a
|
setupapi: Correctly handle an empty filename in SetupGetSourceFileLocationA.
|
2007-05-18 14:13:53 +02:00 |
Rob Shearman
|
c4eeb9f6fa
|
setupapi: SetupOpenInfFile returns INVALID_HANDLE_VALUE on failure, not NULL.
Fix SetupQueryInfOriginalFileInformation to check for the former rather than the latter.
|
2007-05-11 11:20:04 +02:00 |
Rob Shearman
|
04fada9035
|
setupapi: Improve the stub for SetupQueryInfOriginalFileInformation
to return information for OriginalCatalogName based on information in
the installed inf file.
|
2007-05-08 18:09:49 +02:00 |
Rob Shearman
|
c572ddb40c
|
setupapi: Partially implement SetupQueryInfOriginalFileInformationW.
Implement SetupQueryInfOriginalFileInformationA on top of SetupQueryInfOriginalFileInformationW.
|
2007-05-04 12:40:43 +02:00 |
Rob Shearman
|
712bffb54e
|
setupapi: Add stubs for SetupQueryInfOriginalFileInformationA/W.
|
2007-05-04 12:40:17 +02:00 |
Hans Leidekker
|
134c03b3be
|
setupapi: Implement SetupGetTargetPath{A,W}.
|
2006-11-16 22:08:41 +01:00 |
Hans Leidekker
|
ae64a62241
|
setupapi: Implement SetupGetSourceInfo{A,W}.
|
2006-11-15 12:24:50 +01:00 |
Hans Leidekker
|
02c5df73d2
|
setupapi: Implement SetupGetSourceFileLocation{A,W}.
|
2006-11-14 11:34:31 +01:00 |
Michael Stefaniuc
|
79ecfaf52f
|
setupapi: Win64 printf format warning fixes.
|
2006-10-14 20:17:25 +02:00 |
Frank Richter
|
e1fa51f59c
|
setupapi: Duplicate behaviour of native SetupGetInfInformation with NULL ReturnBuffer and certain ReturnBufferSizes.
|
2006-09-26 11:38:52 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
James Hawkins
|
94515450fa
|
setupapi: Handle the INFINFO_REVERSE_DEFAULT_SEARCH search flag.
|
2006-02-14 12:23:58 +01:00 |
James Hawkins
|
202942de61
|
setupapi: Handle the INFINFO_INF_NAME_IS_ABSOLUTE and
INFINFO_DEFAULT_SEARCH search flags.
|
2006-02-14 12:23:29 +01:00 |
James Hawkins
|
f201c9e984
|
setupapi: Error out if ReturnBuffer is NULL but ReturnBufferSize is not 0.
|
2006-02-09 12:12:36 +01:00 |
James Hawkins
|
a1141ee764
|
setupapi: Convert InfSpec to unicode if SearchControl is not
INFINFO_INF_SPEC_IS_HINF.
|
2006-02-09 12:12:11 +01:00 |
James Hawkins
|
21fb7ab6a1
|
setupapi: Add an initial implementation of SetupGetInfInformation.
|
2006-02-07 16:24:17 +01:00 |
James Hawkins
|
647329d2dd
|
setupapi: Implement SetupQueryInfFileInformation.
|
2006-02-07 16:08:33 +01:00 |