Return STG_E_FILEALREADYEXISTS in ole32.StgOpenStorage if the file is
[wine] / dlls / ole32 / compobj.c
2001-04-09  Marcus MeissnerArg 3 of CoGetClassObject is COSERVERINFO*, added some...
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-02-12  Andreas MohrTake a stab at implementing OleSetAutoConvert.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-25  Francois Gougetcompobj.h is a synonym for objbase.h
2000-11-15  Marcus MeissnerSimplified reg handling in CoGetClassObject, do not...
2000-09-29  Huw D M DaviesFix a couple of TRACE messages.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-01  James HathewayImplemented CoGetPSClsid().
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-03  Alexandre JulliardFixed IsEqualGUID definition.
2000-07-29  Marcus MeissnerImplemented OleGetAutoConvert.
2000-07-15  Huw D M DaviesCreate rpcrt4.dll.
2000-07-08  Huw D M DaviesImplement IDataAdviseHolder.
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-23  Huw D M DaviesCLSIDFromString apparently also accepts ProgIDs as...
2000-06-20  Noomen HamzaOleConvertOLESTREAMToIStorage fails (returns REGDB_E_CL...
2000-06-18  James HathewayAdded a stub for CoCreateFreeThreadedMarshaler().
2000-04-06  Andrew LewyckyFix StringFromGUI2 return value as per documentation.
2000-03-19  Marcus MeissnerFixed memory corruption with CoTaskMemRealloc.
2000-03-04  Marcus MeissnerCoLoadLibrary gets UNICODE, not ASCII strings. (spotted...
2000-02-14  Juergen SchmiedAdded stub for CoResumeClassObjects.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-02-07  Owen WangMake CLSIDFromString return a CLSID of zeros instead...
1999-12-05  Andreas Mohr- the OLE version returned was too low
1999-11-10  Rein KlazesCoGetClassObject should complain about not being able...
1999-10-31  Abey GeorgeImplemented ProgIDFromCLSID.
1999-10-25  Francois GougetAdded two macros, ICOM_VFIELD and ICOM_VTBL, so that...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.