implemented SetupDiGetDriverInfoDetailA()
[reactos.git] / reactos / lib / setupapi / devinst.c
2005-10-22 Thomas Bluemelimplemented SetupDiGetDriverInfoDetailA()
2005-10-22 Hervé PoussineauImplement SetupDiGetDriverInfoDetailW
2005-10-21 Christoph von Wittichfix SetLastError value ERROR_MORE_DATA -> ERROR_INSUFFI...
2005-10-21 Hervé PoussineauImplement SetupDiGetDeviceInstallParamsW/SetupDiSetDevi...
2005-10-16 Hervé PoussineauImplement SetupDiDestroyDriverInfoList
2005-10-14 Hervé PoussineauProcess AddReg directive in main section to install
2005-10-14 Hervé PoussineauImplement SetupDiCreateDevRegKeyW and SetupDiOpenDevRegKey
2005-10-13 Hervé PoussineauCall specified class installer (if any) in SetupDiCallC...
2005-10-12 Hervé PoussineauFix SetupDiGetDeviceRegistryPropertyA, which should...
2005-10-08 Hervé PoussineauRestart the device after its installation
2005-10-06 Thomas Bluemelfixed uninitialized variable warning
2005-10-06 Hervé PoussineauVarious changes to device installation functions:
2005-10-06 Hervé PoussineauDo only one exit point in SetupDiInstallDevice
2005-09-27 Hervé PoussineauImplement SetupInstallServicesFromInfSectionExW
2005-09-26 Hervé PoussineauFix signedness (SetupGetIntField takes a PINT argument...
2005-09-26 Hervé PoussineauImplement parts of SetupDiInstallDevice
2005-09-26 Thomas Bluemel- fixed uninitialized variable warning
2005-09-25 Hervé PoussineauImplement SetupDiInstallDriverFiles
2005-09-23 Hervé PoussineauCast the right pointer to the structure.
2005-09-02 Hervé PoussineauDon't fill twice the output buffer. Bug spotted by...
2005-09-02 Hervé PoussineauNo need to allocate too much memory, as SetupDiGetDevic...
2005-08-27 Hervé PoussineauImplement SetupDiSelectBestCompatDrv, by sorting driver...
2005-08-23 Hervé PoussineauFix special case in SetupGetLineTextA/W and SetupGetStr...
2005-08-12 Hervé PoussineauImplement SetupDiCallClassInstaller (still doesn't...
2005-08-12 Hervé PoussineauAlways set a valid class Guid in CreateDeviceInfoElement
2005-08-09 Hervé PoussineauActive functions related to interfaces enumeration...
2005-08-09 Hervé PoussineauImplement SetupDiGetSelectedDriverW/SetupDiSetSelectedD...
2005-08-08 Hervé PoussineauImplement SetupDiBuildDriverInfoList, SetupDiOpenDevice...
2005-08-08 Hervé PoussineauChange structures used to keep information about device...
2005-08-07 Filip NavaraFix setupapi build and prototypes.
2005-08-01 Thomas Bluemelfixed some uninitialized variables warnings
2005-07-24 Hervé PoussineauDon't compare GUID strings with wcsicmp, but compare...
2005-07-18 Hervé PoussineauImplement SetupDiGetDeviceRegistryPropertyA/W
2005-07-17 Hervé PoussineauImplement SetupDiGetDeviceInterfaceDetailA/W
2005-07-07 Hervé PoussineauEnumerate serial interfaces by calling QueryDosDevice...
2005-07-06 Hervé PoussineauOpen remote registry if needed in SetupDiCreateDeviceIn...
2005-07-06 Hervé PoussineauSetupDiGetClassDevsExW: implement DIGCF_ALLCLASSES...
2005-07-05 Hervé PoussineauFix compilation due to revision 16425.
2005-07-05 Hervé PoussineauImplement SetupDiGetClassDescriptionExA, by calling...
2005-07-05 Hervé PoussineauImplement SetupDiGetClassDevs(Ex)A/W
2005-07-05 Hervé Poussineau- Implement SetupDiCreateDeviceInfoListExW
2005-07-04 Gunnar Dalsnesfix premature close og reg key
2005-07-04 Gunnar Dalsneshopefully fix something in CreateClassKey
2005-07-03 Hervé PoussineauImplement SetupDiGetDeviceRegistryPropertyA
2005-07-03 Hervé PoussineauImplement SetupDiGetActualSectionToInstallA
2005-07-01 Hervé PoussineauSet svn:eol-style property to native
2005-07-01 Hervé PoussineauAdd '\' between "System\CurrentControlSet\Class" and...
2005-06-01 Alex IonescuFix some debug messages (do I need to patch this to...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-05 Gé van GeldorpSync to Wine-20050419:
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-15 Gé van GeldorpSync to Wine-20050310:
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupRemove setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-12 Casper HornstrupRemove setupapi
2005-02-01 Eric Kohl- Implement SetupDiBuildClassInfoListExA, SetupDiClassG...
2005-01-25 Steven EdwardsImported setupapi from the vendor branch. (Again).
2005-01-25 Steven Edwardsremoving this to reimport it
2005-01-25 Steven Edwardsfinished merging setupapi with Winehq CVS. Tommrow...
2005-01-25 Steven Edwardssync'd more of Wine setupapi. Added stubs and such.
2005-01-24 Steven EdwardsCorrect location of a few stubs. Getting ready to...
2004-11-09 Alex Ionescubaseaddress.cfg - Add entry for midimap.dll. Fix msacm...
2004-10-19 Eric KohlDisable debug messages.
2004-10-19 Eric KohlImplement
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-24 Steven EdwardsStarted porting Setupapi.dll from WINE to ReactOS.