widl: Generate client and server code for using context handles.
[wine] / dlls / setupapi /
2007-09-25  Juan Langsetupapi: Implement SetupDiGetClassDevsExA.
2007-09-25  Juan Langsetupapi: Implement SetupDiGetClassDevsA on top of...
2007-09-25  Juan Langsetupapi: Implement SetupDiGetClassDevsW on top of...
2007-09-25  Juan Langsetupapi: Partially implement SetupDiGetClassDevsExW.
2007-09-25  Juan Langsetupapi: Implement SetupDiGetDeviceInfoListDetailA/W.
2007-09-24  Juan Langsetupapi: When freeing an interface, delete it from...
2007-09-24  Juan Langsetupapi: Implement SetupDiDeleteDeviceInterfaceRegKey.
2007-09-24  Juan Langsetupapi: Save interface to registry when creating it.
2007-09-24  Juan Langsetupapi: Store pointer to set in device, and use it...
2007-09-24  Juan Langsetupapi: Implement SetupDiCreateDeviceInterfaceRegKeyA/W.
2007-09-24  Juan Langsetupapi: Return the interface's device from SetupDiGet...
2007-09-24  Juan Langsetupapi: Store pointer to an interface's device in...
2007-09-24  Juan Langsetupapi: Add stubs for SetupDiCreateDeviceInterfaceReg...
2007-09-24  Juan Langsetupapi: Convert device's interfaces to a standard...
2007-09-24  Juan Langsetupapi: Create symbolic link value when interface...
2007-09-24  Juan Langsetupapi: Add test showing value of path.
2007-09-24  Juan Langsetupapi: Implement SetupDiGetDeviceInterfaceDetailA/W.
2007-09-24  Juan Langsetupapi: Add tests for SetupDiGetDeviceInterfaceDetail.
2007-09-24  Juan Langsetupapi: When enumerating an interface, add the interf...
2007-09-24  Juan Langsetupapi: Implement SetupDiEnumDeviceInterfaces.
2007-09-24  Juan Langsetupapi: Implement SetupDiCreateDeviceInterfaceW.
2007-09-24  Juan Langsetupapi: Set last error on invalid input.
2007-09-24  Juan Langsetupapi: Remove a redundant parameter check.
2007-09-24  Juan Langsetupapi: Add error checking to SetupDiCreateDeviceInte...
2007-09-24  Juan Langsetupapi: Implement SetupDiCreateDeviceInterfaceA on...
2007-09-24  Juan Langsetupapi: Add tests for SetupDiCreateDeviceInterface.
2007-09-24  Juan Langsetupapi: Add stubs for SetupDiCreateDeviceInterfaceA/W.
2007-09-24  Juan Langsetupapi: Set last error on failure in SetupDiOpenClass...
2007-09-24  Juan Langsetupapi: Respect samDesired in SetupDiOpenClassRegKeyExW.
2007-09-21  Alexandre Julliardsetupapi: Simplify the SetupDiGetClassDescriptionExA...
2007-09-21  Juan Langsetupapi: Implement SetupDiGetClassDevsW.
2007-09-21  Juan Langsetupapi: Implement SetupDiRegisterDeviceInfo.
2007-09-21  Juan Langsetupapi: Add tests for SetupDiRegisterDeviceInfo.
2007-09-21  Juan Langsetupapi: Add stub for SetupDiRegisterDeviceInfo.
2007-09-21  Juan Langsetupapi: Implement SetupDiGetClassDescriptionExA.
2007-09-21  Juan Langsetupapi: Devices created by SetupDiCreateDeviceInfo...
2007-09-21  Juan Langsetupapi: Save class GUID to registry when creating...
2007-09-21  Juan Langsetupapi: Save device description to registry when...
2007-09-21  Juan Langsetupapi: Make a helper to convert a GUID to a string.
2007-09-21  Juan Langsetupapi: Implement SetupDiSetDeviceRegistryPropertyA/W.
2007-09-21  Juan Langsetupapi: Implement SetupDiGetDeviceRegistryPropertyA/W.
2007-09-21  Juan Langsetupapi: Implement SetupDiGetDeviceInstanceIdW.
2007-09-21  Juan Langsetupapi: Implement SetupDiCreateDeviceInfoW.
2007-09-20  Juan Langsetupapi: Add error checking to SetupDiCreateDeviceInfo...
2007-09-20  Juan Langsetupapi: Implement SetupDiGetDeviceInstanceIdA on...
2007-09-20  Juan Langsetupapi: Implement SetupDiEnumDeviceInfo.
2007-09-20  Juan Langsetupapi: Add a placeholder for devices.
2007-09-20  Juan Langsetupapi: Add tests for SetupDiGetDeviceInstanceId.
2007-09-20  Juan Langsetupapi: Add stubs for SetupDiGetDeviceInstanceIdA/W.
2007-09-20  Juan Langsetupapi: Add tests for SetupDiCreateDeviceInfo.
2007-09-19  Juan Langsetupapi: Add missing prototypes and definitions, and...
2007-09-19  Juan Langsetupapi: Fix typo.
2007-09-19  Juan Langsetupapi: Fix return type.
2007-09-13  Lionel Debrouxsetupapi: Fix memory leak (found by Smatch).
2007-09-12  Lionel Debrouxsetupapi: Fix HeapFree of wrong pointer (found by Smatch).
2007-08-30  Steven EdwardsRemove more unneeded wine 16bit header usage.
2007-08-30  Francois GougetAssorted spelling fixes.
2007-08-30  Francois Gougetsetupapi: Add prototypes for the Setup*Log*() functions...
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-29  Andrew Talbotsetupapi: Constify some variables.
2007-08-27  Andrew Talbotsetupapi: Constify some variables.
2007-08-27  Paul Vrienssetupapi/tests: Use skip instead of trace.
2007-08-21  Damjan Jovanovicsetupapi: Use NtDeleteKey instead of an invalid RegDele...
2007-08-21  Mikolaj Zalewskisetupapi: If needed create directories for fake dlls.
2007-08-13  Jason Edmeadessetupapi: Remove duplicate backslashes on dirids.
2007-08-10  Jason Edmeadessetupapi: Add test to show setupapi does not handle...
2007-07-31  Paul Vrienssetupapi/tests: Use GetModuleHandleA instead of LoadLib...
2007-07-10  Detlef Riekenbergadvpack+setupapi: Remove unneeded checks before SetupCl...
2007-07-10  Detlef Riekenbergsetupapi: Avoid crash in SetupCloseInfFile.
2007-07-05  Francois GougetAssorted spelling fixes.
2007-06-25  Misha Koshelevsetupapi: Simplify code as native setupapi does not...
2007-06-22  Michael Stefaniucsetupapi: Do not use wide character constants.
2007-06-15  Misha Koshelevsetupapi: Handle unquoted paths in InstallHinfSection...
2007-06-15  Misha Koshelevsetupapi/tests: Add basic tests for InstallHinfSectionA...
2007-05-29  Francois Gougetsetupapi/tests: There is no strncasecmp() on Windows...
2007-05-29  Rob Shearmansetupapi: Add a FIXME in SetupCopyOEMInfW for when...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Andrew Talbotsetupapi: Exclude unused headers.
2007-05-21  Hans Leidekkersetupapi: Don't require a valid version section for...
2007-05-18  Hans Leidekkersetupapi: Add a partial implementation for SetupScanFil...
2007-05-18  Hans Leidekkersetupapi: Correctly handle an empty filename in SetupGe...
2007-05-18  Hans Leidekkersetupapi: Implement pSetup{Get, Set}QueueFlags.
2007-05-11  Rob Shearmansetupapi: SetupOpenInfFile returns INVALID_HANDLE_VALUE...
2007-05-08  Paul Vrienssetupapi/tests: SetupQueryInfOriginalFileInformationA...
2007-05-08  Rob Shearmansetupapi: Improve the stub for SetupQueryInfOriginalFil...
2007-05-08  Rob Shearmansetupapi: Don't copy an OEM inf file if the exact same...
2007-05-04  Rob Shearmansetupapi: Partially implement SetupQueryInfOriginalFile...
2007-05-04  Rob Shearmansetupapi: Add stubs for SetupQueryInfOriginalFileInform...
2007-05-04  Rob Shearmansetupapi: The inf file containing the SourceDisksFiles...
2007-05-02  Rob Shearmansetupapi: SetupCopyOEMInfW should preserve the basename...
2007-04-26  Paul Vrienssetupapi/tests: SetupCopyOEMInfA is not available on...
2007-04-25  Paul Vrienssetupapi/tests: SetupDiCreateDeviceInfoListExW is not...
2007-04-10  Hans Leidekkersetupapi: Implement SetupGetFileCompressionInfo on...
2007-04-10  Paul Vrienssetupapi/tests: Run tests on win98 again.
2007-04-09  Alexandre Julliardsetupapi: Avoid using sizeof in traces.
2007-04-09  Hans Leidekkersetupapi: Remove debug traces from allocation routines.
2007-04-09  Hans Leidekkersetupapi: Add tests for SetupDecompressOrCopyFile.
2007-04-09  Hans Leidekkersetupapi: Implement SetupDecompressOrCopyFile{A, W}.
2007-04-09  Hans Leidekkersetupapi: Add tests for SetupGetFileCompressionInfoEx.
2007-04-09  Hans Leidekkersetupapi: Implement SetupGetFileCompressionInfoEx{A...
next