Hans Leidekker
|
939e8e4ce2
|
setupapi: Implement SetupCopyOEMInf{A,W}.
|
2007-02-20 20:27:09 +01:00 |
Hans Leidekker
|
275dbeb74e
|
setupapi: Add stub implementations for SetupDiGetINFClass and SetupSetSourceList.
|
2007-02-19 12:40:15 +01:00 |
Hans Leidekker
|
7f31cc4756
|
setupapi: Add a stub implementation for SetupPromptReboot.
|
2006-12-15 12:20:32 +01: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 |
Francois Gouget
|
7ab6d8522b
|
setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes.
|
2006-11-08 12:10:53 +01:00 |
James Hawkins
|
15b46847b0
|
setupapi: Add stubs for SetupOpenLog, SetupCloseLog, and SetupLogError.
|
2006-09-14 12:06:09 +02:00 |
Christian Gmeiner
|
51cd07c37e
|
setupapi: Implemented SetupDiCreateDeviceInfoA.
|
2006-07-21 13:26:01 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
James Hawkins
|
95d17daf00
|
setupapi: Add definitions for the SetupGetInfInformation search flags.
|
2006-01-31 12:22:38 +01:00 |
James Hawkins
|
11fced7b57
|
setupapi: Added stubs for SetupGetInfInformation and
SetupQueryInfFileInformation.
|
2005-12-15 11:02:20 +01:00 |
Eric Kohl
|
8196e2d0d0
|
Implement setupapi stringtable functions.
|
2005-09-21 14:12:15 +00:00 |
Matthew Davison
|
2a19883857
|
Added some definitions to setupapi.
|
2005-06-10 19:52:48 +00:00 |
Mike McCormack
|
09d5cc2363
|
Declare some functions.
|
2005-06-07 20:07:34 +00:00 |
Alexandre Julliard
|
3629cc4ed6
|
Eric Kohl <eric.kohl_at_t-online.de>
Implement CaptureAndConvertAnsiArg, CaptureStringArg,
OpenAndMapForRead, RetreiveFileSecurity, StampFileSecurity,
TakeOwnershipOfFile, and UnmapAndCloseFile.
|
2005-05-06 15:38:22 +00:00 |
Eric Kohl
|
4d5c2318e6
|
Implement DelayedMove and FileExists.
|
2005-02-14 11:04:39 +00:00 |
Eric Kohl
|
69bdc10aed
|
- Implement DoesUserHavePrivilege, EnablePrivilege, IsUserAdmin,
MultiByteToUnicode and UnicodeToMultiByte.
- Sort prototypes in setupapi.h and a few function in spec.
|
2005-02-02 19:09:33 +00:00 |
Eric Kohl
|
faa7df1e08
|
Implement SetupDiBuildClassInfoList(ExW),
SetupDiClassGuidsFromName(W/ExW), SetupDiClassNameFromGuid(W/ExW),
SetupDiGetActualSectionToInstallW, SetupDiGetClassDescription(W/ExW),
SetupDiInstallClassW partially, SetupDiOpenClassRegKey(ExW),
SetupOpenMasterInf.
|
2004-12-02 18:09:53 +00:00 |
Aric Stewart
|
146d60697e
|
Added some more needed structs and constants.
|
2004-08-12 20:28:42 +00:00 |
Mike McCormack
|
65be0d1f50
|
Added SetupCreateDiskSpaceList stub.
|
2004-03-15 20:07:25 +00:00 |
Alexandre Julliard
|
5a157628c7
|
Implemented InstallHinfSection (based on a patch by Chris Morgan).
|
2004-02-27 04:43:32 +00:00 |
Alexandre Julliard
|
cb283489ad
|
Added support for the RegisterDlls section (partly based on a patch by
Chris Morgan).
|
2004-02-27 00:47:10 +00:00 |
Christian Costa
|
fabcd27800
|
Added some stubs.
|
2004-02-17 21:05:44 +00:00 |
Juan Lang
|
6bcde773e7
|
Declare some SetupDi functions and related constants.
|
2004-02-09 20:57:40 +00:00 |
Steven Edwards
|
6518b5ca27
|
MSVC porting fixes.
|
2004-01-05 21:12:21 +00:00 |
Alexandre Julliard
|
eacfd3d928
|
Fixed naming of the A/W types.
|
2003-10-22 03:07:27 +00:00 |
Steven Edwards
|
f508a78509
|
- Win16/32 cleanup.
- Fixes for building with the PSDK.
|
2003-10-21 23:45:43 +00:00 |
Steven Edwards
|
c48c16471c
|
Remove a few unneeded include statements in internal headers.
Started bringing setupapi in line with PSDK.
|
2003-10-07 22:51:09 +00:00 |
Dimitrie O. Paun
|
53f9c21fb7
|
Use angle brackets (<>) rather than quotes ("") for the include
directives in our .h files. This should avoid some potentially nasty
surprises for Winelib apps.
|
2003-08-28 21:43:34 +00:00 |
Gregory M. Turner
|
fca4a8f877
|
Implement (most of) SetupIterateCabinet.
|
2003-08-27 23:12:36 +00:00 |
Steve Lustbader
|
cee34aa5fe
|
Provide stub for SetupDiGetClassDevsW.
Fix return value of SetupDiGetClassDevsA.
|
2002-10-10 18:57:32 +00:00 |
Sander van Leeuwen
|
8e35fe47ec
|
'class' is a reserved word (C++).
|
2002-06-20 22:42:41 +00:00 |
Mike McCormack
|
a8693258af
|
Stub implementations of some functions.
|
2002-05-28 22:39:14 +00:00 |
Alexandre Julliard
|
5068347b19
|
Implemented a large number of the 32-bit setupapi functions.
Fixed a number of setupx functions by making them call the setupapi
equivalents.
|
2002-04-02 02:57:50 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Patrik Stridvall
|
f94462fb75
|
Move __stdcall/__cdecl to the right place.
|
2002-01-31 23:22:07 +00:00 |
Francois Gouget
|
40774c3c91
|
Change the callback declarations to a safer format.
|
2001-02-12 01:29:08 +00:00 |
James Juran
|
c85144b0d9
|
Added some stubs needed for IE 5.5 setup.
|
2001-01-17 20:17:46 +00:00 |
James Hatheway
|
cb655b0aae
|
Added stubs and setupapi.h.
|
2000-11-06 20:24:43 +00:00 |