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
antimoniker.c
bindctx.c
classmoniker.c
clipboard.c
comcat.c
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
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
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
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