Nikolay Sivov
|
77a8ac3683
|
shlwapi: Forward IStream helpers to shcore.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-12-03 10:56:58 +01:00 |
Nikolay Sivov
|
29a15a35f5
|
shlwapi: Forward file-base stream calls to shcore.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-11-30 19:36:51 +01:00 |
Nikolay Sivov
|
c8175e6c7a
|
shlwapi: Fix Stat() method for file streams.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-09-03 15:52:58 +02:00 |
Nikolay Sivov
|
53271d9567
|
shlwapi: Don't reuse a function for different methods.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-09-03 15:52:54 +02:00 |
Nikolay Sivov
|
5acf69ac79
|
shlwapi: Fix some trace messages.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-08-31 09:05:43 +02:00 |
Nikolay Sivov
|
3987dec9c6
|
shlwapi: Use wrappers to call stream methods internally.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-08-31 09:05:41 +02:00 |
Nikolay Sivov
|
16f83eb41f
|
shlwapi: Call actual Write() method for destination streams.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-08-31 09:05:38 +02:00 |
Dmitry Timoshkov
|
860f5562c7
|
shlwapi: Fix IStream::Read() return value for partial reads.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-26 14:52:01 +09:00 |
Francois Gouget
|
14aa446f1d
|
shlwapi: Remove unneeded NONAMELESSXXX directives.
|
2015-03-20 18:05:07 +09:00 |
Dmitry Timoshkov
|
99eab9d3c7
|
shlwapi: Avoid a not necessary intermediate variable.
|
2014-02-19 16:47:52 +01:00 |
Dmitry Timoshkov
|
35a9587613
|
shlwapi: Avoid potential NULL pointer access if HeapAlloc fails.
|
2014-02-19 16:47:37 +01:00 |
Dmitry Timoshkov
|
968d464f17
|
shlwapi: Return interface instead of implementation pointer.
|
2014-02-19 16:47:22 +01:00 |
David Quintana
|
899e59ffe3
|
shlwapi: Test and fix the behaviour of the CopyTo method for file sizes not multiple of the internal buffer size, on SHCreateStreamOnFileEx-returned IStreams.
|
2013-11-07 15:39:26 +01:00 |
Dmitry Timoshkov
|
b145f42b0f
|
shlwapi: Write file access also assumes read access.
|
2013-09-16 19:50:14 +02:00 |
Dmitry Timoshkov
|
b07f431878
|
shlwapi: Merge two case statements.
|
2013-09-13 11:18:23 +02:00 |
Francois Gouget
|
709a0b764d
|
Use the CP_ACP and NULL macros instead of numeric literals when converting strings between ANSI and Unicode.
|
2012-09-24 22:27:28 +02:00 |
Michael Stefaniuc
|
abb850c9c4
|
shlwapi: Use iface instead of vtbl pointers in ISHFileStream.
|
2010-11-30 10:58:34 +01:00 |
Michael Stefaniuc
|
5f55f154bf
|
shlwapi: Remove superfluous casts of/to void pointers.
|
2008-11-06 11:09:56 +01:00 |
Reece Dunn
|
8ea25acd73
|
shlwapi: Fixed the todo blocks in the SHCreateStreamOnFile tests.
|
2008-04-17 13:13:06 +02:00 |
Dmitry Timoshkov
|
c20bf6931a
|
shlwapi: Update exported API entries according to the info published by Geoff Chappell.
|
2007-10-26 14:03:47 +02:00 |
Hans Leidekker
|
e119a04a26
|
shlwapi: Win64 printf format warning fixes.
|
2006-10-06 17:26:49 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
82434be6a9
|
gcc 4.0 warning fixes.
|
2005-07-29 14:15:31 +00:00 |
Mike McCormack
|
0a44661d6f
|
Switch IShellLink to use shlwapi.SHCreateStreamOnFileW.
|
2005-06-16 09:46:05 +00:00 |
Dmitry Timoshkov
|
eba47f1dfe
|
Make remaining OLE interface vtables const.
|
2005-06-06 19:50:35 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
James Hawkins
|
a1e304a25f
|
- use only stored result of Interlocked* in AddRef/Release
- expand TRACEs to display the ref count
|
2005-01-12 19:29:43 +00:00 |
Francois Gouget
|
486d020c1b
|
Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
|
2004-10-07 03:06:48 +00:00 |
Alexandre Julliard
|
39a696a166
|
Removed some uses of the non-standard ICOM_THIS macro.
|
2004-09-06 20:34:29 +00:00 |
Alexandre Julliard
|
f714b39762
|
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
|
2004-08-23 19:39:48 +00:00 |
Alexandre Julliard
|
48c4bb3c31
|
Get rid of the non-standard ICOM_VTABLE macro.
|
2004-08-12 23:00:51 +00:00 |
Alexandre Julliard
|
0467ce9fd7
|
Get rid of the non-standard ICOM_VFIELD macro.
|
2004-08-12 19:52:49 +00:00 |
Ge van Geldorp
|
399901e054
|
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
with PSDK.
|
2004-01-23 01:51:33 +00:00 |
Jon Griffiths
|
fe455456af
|
Documentation updates.
|
2003-09-24 05:14:39 +00:00 |
Robert Shearman
|
b6f34d3c3f
|
- Convert ordinals to their real names.
- Partially implement a few Assoc* functions.
|
2003-09-11 02:56:15 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
c2ebe1ff93
|
Removed uses of the non standard ICOM_VTBL macro.
|
2003-04-10 18:17:34 +00:00 |
Jon Griffiths
|
86098990a7
|
Documentation updates.
|
2003-03-15 19:41:19 +00:00 |
Francois Gouget
|
9b0b1e078a
|
Remove (POINTER)NULL casts.
|
2003-01-14 23:43:41 +00:00 |
Dimitrie O. Paun
|
297f3d898d
|
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
|
2003-01-07 20:36:20 +00:00 |
Ove Kaaven
|
1f5315c80f
|
Make sure that no files except unknwn.h include wine/obj_base.h
directly.
|
2002-12-05 20:33:07 +00:00 |
Jon Griffiths
|
9797a38b1c
|
Implement SHCreateStreamOnFileA/W/Ex, ordinals @166,184,212-214.
|
2002-07-16 01:21:52 +00:00 |