setupapi: Fixed returns values and added a test for SetupDiOpenClassRegKeyExW.
[wine] / dlls /
2006-09-07  Paul Vrienswintrust: Only register actions when HKLM\Software...
2006-09-07  Paul Vrienswintrust: Register WINTRUST_ACTION_GENERIC_CHAIN_VERIFY.
2006-09-07  Paul Vrienswintrust: Register DRIVER_ACTION_VERIFY.
2006-09-07  Paul Vrienswintrust: Register OFFICESIGN_ACTION_VERIFY.
2006-09-07  Paul Vrienswintrust: Register HTTPSPROV_ACTION.
2006-09-07  Paul Vrienswintrust: Register WINTRUST_ACTION_TRUSTPROVIDER_TEST.
2006-09-07  Paul Vrienswintrust: Register WINTRUST_ACTION_GENERIC_CERT_VERIFY.
2006-09-07  Paul Vrienswintrust: Register WIN_SPUB_ACTION_PUBLISHED_SOFTWARE_N...
2006-09-07  Paul Vrienswintrust: Register WIN_SPUB_ACTION_PUBLISHED_SOFTWARE.
2006-09-07  Paul Vrienswintrust: Register WINTRUST_ACTION_GENERIC_VERIFY_V2.
2006-09-07  Andrew Talbotkernel: Constify some formal parameters.
2006-09-07  Mike McCormackmsi: Add a short test for transforms.
2006-09-07  Mike McCormackmsi: Make opening and closing 4000 handle into two...
2006-09-07  Robert Shearmanole32: Allocate memory for a copy of the ptd member...
2006-09-07  Robert Shearmanole32: Don't send data changes in DataAdviseHolder_Advi...
2006-09-07  Robert Shearmanole32: DefaultHandler_GetData and DefaultHandler_QueryG...
2006-09-07  Robert Shearmanole32: Add a reference to the stream in RPC_StartLocalS...
2006-09-07  Robert Shearmanole32: Add a test for OleLoad.
2006-09-07  Robert Shearmanole32: Do a QueryInterface for IOleLink in OleLoad...
2006-09-07  Robert Shearmanole32: Re-order the function calls in OleLoad to match...
2006-09-07  Robert Shearmanole32: Add tests for OleCreate.
2006-09-07  Robert Shearmanole32: Call IRunnableObject_Run and IOleCache_Cache...
2006-09-07  Robert Shearmanole32: Call IOleObject_GetMiscStatus in OleCreate if...
2006-09-07  Robert Shearmanole32: Re-structure OleCreate to match to order of...
2006-09-07  Robert Shearmanole32: Set the storage's class ID in OleCreate.
2006-09-07  Robert Shearmanrpcrt4: Raise an exception if IRpcChannelBuffer_GetBuff...
2006-09-07  Mike McCormackmsi: Implement MsiDatabaseExport.
2006-09-07  Mike McCormackmsi: Create MSI_ViewGetColumnInfo for accessing MsiView...
2006-09-07  Mike McCormackmsi: Make sure there's a value for each column when...
2006-09-07  Mike McCormackmsi: Validate database fields before inserting them.
2006-09-07  Mike McCormackmsi: Create a function to copy record fields, use it...
2006-09-07  Mike McCormackmsi: Add a few more tests for MSI_NULL_INTEGER.
2006-09-07  Mike McCormackmsi: Check that column names are unique when creating...
2006-09-07  Huw Daviesrpcrt4: Add delegating stub support.
2006-09-07  Huw Daviesrpcrt4: Add infrastructure to create and manage a varia...
2006-09-07  Paul Vrienswintrust: Moved the generation of the guidstring to...
2006-09-07  Paul Vrienswintrust: Implementation of WintrustAddActionID.
2006-09-07  Paul Vrienswintrust: Implementation of WintrustRemoveActionID.
2006-09-07  James Hawkinsadvpack: Add the regsvr action to the SetupInstallFromI...
2006-09-07  James Hawkinsadvpack: Get the proper working directory in install_init.
2006-09-07  Huw Daviesrpcrt4: Tests on NdrCStdStubBuffer_Release to show...
2006-09-07  Huw Daviesrpcrt4: Tidy up CStdStubBuffer_QueryInterface.
2006-09-07  Huw Daviesrpcrt4: Tidy up CStdStubBuffer_AddRef,Release.
2006-09-07  Mike McCormackmsi: Don't crash if we can't find a control.
2006-09-07  Mike McCormackmsi: Use a binary search to find sql keywords.
2006-09-07  Mike McCormackddraw: Make tests pass when OpenGL libraries aren't...
2006-09-07  Robert Reifadvapi32: Fix lsa tests on windows98.
2006-09-07  Robert Shearmanrpcrt4: Make the reference counting in the standard...
2006-09-07  Robert Shearmanrpcrt4: Fix NdrStubGetBuffer to use the IRpcChannelBuff...
2006-09-07  Robert Shearmanrpcrt4: Remove some unused code.
2006-09-07  Robert Shearmanrpcrt4: Rename ndr_midl.c to ndr_clientserver.c to...
2006-09-07  Robert Shearmanrpcrt4: Move NdrStub* functions to cstub.c and move...
2006-09-07  Robert Shearmanoleaut32: Delay the creation of the stub object for...
2006-09-07  Robert Shearmanoleaut32: Fix a leak of the module reference count.
2006-09-07  Andrew Talbotcomctl32: Cast-qual warnings fix.
2006-09-07  Andrew Talbotadvpack: Cast-qual warnings fix.
2006-09-07  Renu Rajputcomdlg: Send missing CDN_FOLDERCHANGE.
2006-09-07  Paul Vrienswintrust: Add some documentation.
2006-09-07  Paul Vrienswintrust: Add some extra tests for WintrustRemoveActionID.
2006-08-29  Mike McCormackmsi: Fix a memory leak.
2006-08-29  Mike McCormackmsi: Free the handle table on PROCESS_DETACH.
2006-08-29  Mike McCormackmsi: Fix test compilation with MSVC6.
2006-08-29  Mike McCormackmsi: Properties are case sensitive.
2006-08-29  Paul Vrienswintrust: Add framework and initial tests.
2006-08-29  Paul Vrienswintrust: Add some register stubs.
2006-08-29  Paul Vrienswintrust: Move register related functions to a separate...
2006-08-29  Huw Daviesrpcrt4: Add a test for IRpcStubBuffer_Connect on a...
2006-08-29  Huw Daviesrpcrt4: Add a helper function to create a stub.
2006-08-29  Stefan Dösingerwined3d: Apply the half pixel correction for shaders...
2006-08-29  James Hawkinsmsi: Use msi_dialog_dup_property where appropriate.
2006-08-29  James Hawkinsmsi: Use the respective update functions when creating...
2006-08-29  James Hawkinsmsi: Update the DirectoryCombo control in response...
2006-08-29  James Hawkinsmsi: Update the PathEdit control in response to the...
2006-08-29  James Hawkinsmsi: Highlight the text in the PathEdit control.
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-08-28  Dan Kegelmsi: Remove limit on number of handles.
2006-08-28  Dan Kegelmsi/tests: Add test to verify we can create 4000 msi...
2006-08-28  Robert Shearmanquartz: Use the absolute height of the bitmap format...
2006-08-28  Robert Shearmanole32: Return errors if the attempt to start a LocalSer...
2006-08-28  Robert Shearmanole32: AppId is a value under the clsid key, rather...
2006-08-28  Robert Shearmanole32: Fix functions defined without specifying argumen...
2006-08-28  Roderick Colenbranderwinex11.drv: Import ConvertPixelFormatWGLtoGLX from...
2006-08-28  Brian Changriched20: EM_EXSETSEL fixes and conformance tests.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-28  Alexandre Julliardtools: Added make_makefiles tool that updates the list...
2006-08-28  Alexandre Julliardkernel: Get rid of useless trace.
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-08-28  Mike McCormackmsi: Fix MsiRecordGetString for a null buffer and non...
2006-08-28  H. Verbeetd3d8: Use proper handles for pixel shaders.
2006-08-28  H. Verbeetd3d8: Improve shader handle management.
2006-08-28  Ivan Gyurdievwined3d: Add support for A16B16G16R16F and A32B32G32R32...
2006-08-28  Hwang YunSong(황윤성)msi: Updated Korean resource.
2006-08-28  Eric Pouechdbghelp: Removed stabs dump facility now that we have...
2006-08-28  Jacek Cabanmshtml: Added IDM_UNDERLINE implementation.
2006-08-28  Jacek Cabanmshtml: Added IDM_ITALIC implementation.
2006-08-28  Jacek Cabanmshtml: Added IDM_FONTNAME implementation.
2006-08-28  James Hawkinsmsi: Add a stub implementation of the VolumeCostList...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryCombo...
2006-08-28  Stefan Dösingerwined3d: Find the correct sampler type for < 2.0 pshaders.
next