- 08 May, 2006 10 commits
-
-
Marcus Meissner authored
-
Marcus Meissner authored
-
qingdoa daoo authored
-
Dmitry Timoshkov authored
some unneeded prototypes.
-
Dmitry Timoshkov authored
and PSP_HIDEHEADER in CreatePropertySheetPageA/W, handle resource ids.
-
Dmitry Timoshkov authored
proper value regardless of PSP_USETITLE, use it unconditionally.
-
James Hawkins authored
-
James Hawkins authored
-
Mike Hearn authored
-
Ivan Gyurdiev authored
-
- 07 May, 2006 18 commits
-
-
Detlef Riekenberg authored
-
Huw Davies authored
-
Huw Davies authored
Add some tests.
-
Huw Davies authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Robert Shearman authored
Use getaddrinfo to get the sockaddr to use for connecting to a remote server as Connection->NetworkAddr may be a hostname as well. Use a loop to support both IP and IPv6.
-
Robert Shearman authored
Remove the fixme printed if CoGetClassObject fails in CoCreateInstance, because we already print an error in all cases and the error more accurately pin-points the source of the problem.
-
Robert Shearman authored
-
Robert Shearman authored
pointer checks and writing the pointer ID to the wire.
-
Robert Shearman authored
-
Robert Shearman authored
-
Vitaly Lipatov authored
-
Juris Smotrovs authored
-
qingdoa daoo authored
-
Ivan Gyurdiev authored
-
- 05 May, 2006 12 commits
-
-
Robert Shearman authored
Fix parsing of UCS-16 files prefixed with the Unicode BOM. Based on a patch by Hervé Poussineau.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
ole32: STGM_PRIORITY allows other IStorage objects to be opened in transacted mode with read/write access.
-
Robert Shearman authored
for VT_VARIANT typed parameters for ITypeInfo::Invoke.
-
Robert Shearman authored
oleaut32: Support values being passed into VT_VARIANT|VT_BYREF typed parameters in ITypeInfo::Invoke.
-
Robert Shearman authored
ole32: Check that the storage was opened with write access before creating a new stream or sub-storage.
-
Robert Shearman authored
Copy the mode flags into the STATSTG structure in IStorage::Stat. Don't store the STGM_CREATE flag in openFlags, since it is only relevant when opening the stream and the tests show that it isn't returned in the STATSTG structure.
-
Robert Shearman authored
-
Robert Shearman authored
Check the access mode for opening and creating streams and storages doesn't exceed the access rights the current storage was opened with, not the parent storage.
-
Robert Shearman authored
Add more tracing for read and write operations and warn in the case of failure.
-
Robert Shearman authored
Replace a test that fails on NT and with DCOM95 DLLs with a test that ensures access permissions are checked correctly for sub-storages and creating streams.
-