Sweden-Number/dlls/ole32
Vincent Povirk b3511ebb70 ole32: Reread the stream entry after setting the size in StreamWriteAt.
In simple mode, StreamWriteAt would assume that StreamSetSize uses the size
it asks for, but in some cases the size would be pushed above the small block
limit. StreamWriteAt would then attempt to write using a small block chain,
even though a big block chain was created.
2009-12-21 15:01:24 +01:00
..
tests ole32: Store the most recent item name in IEnumSTATSTG instead of a stack. 2009-12-21 15:01:24 +01:00
Makefile.in makefiles: Regenerate the source lists using make_makefiles. 2009-07-03 13:26:38 +02:00
antimoniker.c
bindctx.c
classmoniker.c
clipboard.c ole32: Add support for retrieving enhanced metafiles. 2009-06-23 11:45:02 +02:00
comcat.c ole32: Get rid of line feeds and tabs in traces. 2009-06-09 17:01:14 +02:00
compobj.c ole32: Fix some pointer cast warnings on 64-bit. 2009-12-09 12:04:01 +01:00
compobj_private.h ole32: Add inproc handler object creation support for CoCreateInstance. 2009-11-24 10:46:12 +01:00
compositemoniker.c ole32: Fix various missing Release calls on monikers. 2009-08-29 17:11:31 +02:00
datacache.c ole32: Release the storage object in DataCache_Destroy. 2009-11-29 16:40:12 +01:00
dcom.idl
defaulthandler.c ole32: Fix circular reference count in default handler objects. 2009-11-24 15:54:56 +01:00
dictionary.c
dictionary.h
drag_copy.cur
drag_link.cur
drag_move.cur
enumx.c
enumx.h
errorinfo.c ole32: Release the error info strings. 2009-12-09 16:50:36 +01:00
filemoniker.c ole32: Fix off-by-one error in FileMonikerImpl_DecomposePath. 2009-11-29 16:39:45 +01:00
ftmarshal.c ole32: Get rid of line feeds and tabs in traces. 2009-06-09 17:01:14 +02:00
git.c
hglobalstream.c ntdll: The large integer functions are 32-bit only. 2009-08-24 15:17:33 +02:00
ifs.c
irot.idl
itemmoniker.c
marshal.c ole32: Fix behaviour of CoLockObjectExternal with fLastUnlockReleases as FALSE. 2009-11-24 10:46:06 +01:00
memlockbytes.c
moniker.c ole32: Specify the full application path when starting rpcss.exe. 2009-10-27 11:20:34 +01:00
moniker.h
nodrop.cur
ole2.c ole32: OleInitialize should return S_OK if it is called for the first time on a thread independently of CoInitializeEx. 2009-11-17 15:14:53 +01:00
ole2impl.c ole32: Use OleCreateFromDataEx to implement OleCreateFromData. 2009-05-19 15:46:41 +02:00
ole2stubs.c ole32: Add a stub for CoGetCurrentLogicalThreadId. 2009-08-27 13:36:04 +02:00
ole32.spec ole32: The server principal name can be the constant COLE_DEFAULT_PRINCIPAL. 2009-09-08 13:51:18 +02:00
ole32_main.c
ole32_objidl.idl
ole32_oleidl.idl
ole32_unknwn.idl
ole32res.rc ole32: Import the content of version.rc into the main rc file. 2009-07-03 13:06:18 +02:00
oleobj.c
oleproxy.c ole32: Add inproc handler object creation support for CoCreateInstance. 2009-11-24 10:46:12 +01:00
olestd.h
pointermoniker.c
regsvr.c ole32: Don't register interfaces that belong to actxprxy. 2009-09-11 12:44:15 +02:00
rpc.c ole32: Fix some pointer cast warnings on 64-bit. 2009-12-09 12:04:01 +01:00
stg_bigblockfile.c
stg_prop.c ole32: Fix a memory leak. 2009-12-18 11:39:08 +01:00
stg_stream.c ole32: Don't track the stream size in storage stream objects. 2009-12-09 12:03:18 +01:00
storage32.c ole32: Reread the stream entry after setting the size in StreamWriteAt. 2009-12-21 15:01:24 +01:00
storage32.h ole32: Add a cache for block chain streams in StorageImpl. 2009-12-16 12:24:27 +01:00
stubmanager.c ole32: Fix behaviour of CoLockObjectExternal with fLastUnlockReleases as FALSE. 2009-11-24 10:46:06 +01:00
usrmarshal.c ole32: Fix buffer overrun in CLIPFORMAT_UserMarshal. 2009-11-20 16:38:39 +01:00