Sweden-Number/dlls/ole32
Alexandre Julliard 8eba5c2a21 Murali Pattathe
This is the patch for the OleConvertOLESTREAMToIStorage wine API.
This API calls another function called OLECONVERT_LoadOLE10 which
basically read the OLE stream from the file through the callback
function (this is passed by the application).

The reading format was wrong. Still I am not very sure this is 100 %
correct format. I did some reverse engineering and found the format. I
have tried with different OLE object and its worked in paradox. I
haven't tested with any other apps.
2000-02-29 22:03:14 +00:00
..
.cvsignore Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
Makefile.in ErrorInfo functions need to be in ole32, not oleaut32. 2000-02-26 19:11:25 +00:00
antimoniker.c Moved bulk of OLE implementation to dlls/ subdirectories. 1999-09-19 18:36:53 +00:00
bindctx.c Cosmetics. 1999-12-27 05:26:00 +00:00
clipboard.c Added stub for CoResumeClassObjects. 2000-02-14 19:56:21 +00:00
compobj.c Added stub for CoResumeClassObjects. 2000-02-14 19:56:21 +00:00
compobj.spec Moved bulk of OLE implementation to dlls/ subdirectories. 1999-09-19 18:36:53 +00:00
compositemoniker.c Optimized debugging API to reduce code size. 2000-02-10 22:15:21 +00:00
datacache.c Removed extra includes from ole.h and wingdi.h. 2000-02-10 19:39:48 +00:00
defaulthandler.c Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
errorinfo.c ErrorInfo functions need to be in ole32, not oleaut32. 2000-02-26 19:11:25 +00:00
filemoniker.c Moved bulk of OLE implementation to dlls/ subdirectories. 1999-09-19 18:36:53 +00:00
hglobalstream.c Cosmetics. 1999-12-27 05:26:00 +00:00
ifs.c Added debugstr_guid function and used it to replace 2000-01-18 05:09:49 +00:00
ifs.h Moved bulk of OLE implementation to dlls/ subdirectories. 1999-09-19 18:36:53 +00:00
itemmoniker.c Moved bulk of OLE implementation to dlls/ subdirectories. 1999-09-19 18:36:53 +00:00
memlockbytes.c Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros. 1999-10-31 01:59:23 +00:00
moniker.c - stub for OLE32.MkParseDisplayName 2000-02-20 19:17:53 +00:00
ole2.c Removed #include of wingdi.h and windef.h from winuser.h (and resolved 2000-02-10 19:03:02 +00:00
ole2.spec Fixed minor issues found by winapi_check. 2000-01-29 21:02:19 +00:00
ole2stubs.c Return an error instead of a success code in OleCreate stub function. 2000-02-26 18:32:38 +00:00
ole32.spec Fixed some issues found by winapi_check. 2000-02-27 16:38:08 +00:00
oleobj.c The COM virtual tables must use the 2000-01-30 02:55:16 +00:00
stg_bigblockfile.c Moved bulk of OLE implementation to dlls/ subdirectories. 1999-09-19 18:36:53 +00:00
stg_stream.c Implementation of OleConvert routines. 2000-02-25 20:58:25 +00:00
storage.c Removed extra includes from ole.h and wingdi.h. 2000-02-10 19:39:48 +00:00
storage.spec Moved bulk of OLE implementation to dlls/ subdirectories. 1999-09-19 18:36:53 +00:00
storage32.c Murali Pattathe 2000-02-29 22:03:14 +00:00
storage32.h Implementation of OleConvert routines. 2000-02-25 20:58:25 +00:00