David White
67e7f6cd56
urlmon: Implement IMoniker_ComposeWith() for url monikers.
...
Signed-off-by: David White <dwhite@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-18 22:04:01 +01:00
Michael Stefaniuc
79181a1d1d
urlmon: Use wide-char string literals.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-12-03 20:18:39 +01:00
Alexandre Julliard
42d2477edf
urlmon: Build with msvcrt.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-24 10:31:19 +02:00
Nikolay Sivov
8665a60680
urlmon: Use ARRAY_SIZE() macro.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-09 22:20:59 +02:00
Jacek Caban
1c66fdd03b
urlmon: Added support for ROT in BindToObject.
2013-08-15 16:24:26 +02:00
Jacek Caban
59055c4d45
urlmon: Added AsyncInstallDistributionUnit implementation.
2012-11-02 19:47:22 +01:00
Jacek Caban
d2fe8b7061
urlmon: Use proper helpers for iface calls.
2012-07-27 17:05:26 +02:00
Piotr Caban
b779ae4870
urlmon: Fixed trace message in URLMoniker_BindToObject function.
2011-12-15 10:49:18 +01:00
Marcus Meissner
5cf0b44d06
urlmon: Fixed array size check (Coverity).
2011-06-27 16:42:17 -05:00
Jacek Caban
8646cd772b
urlmon: Use proper IUri in BindToObject implementation.
2011-06-24 08:50:52 -05:00
Jacek Caban
cca52128bd
urlmon: Use proper IUri in BindToStorage implementation.
2011-06-24 08:50:42 -05:00
Jacek Caban
649c1793c0
urlmon: Added support for IUri in IMoniker::Load implementation.
2011-06-24 08:50:33 -05:00
Jacek Caban
c519159f5d
urlmon: Added CreateURLMonikerEx2 implementation.
2011-06-24 08:50:15 -05:00
Jacek Caban
13a79378b0
urlmon: Added IUriContainer::GetIUri implementation.
2011-06-24 08:50:07 -05:00
Jacek Caban
7cb30ca57d
urlmon: Properly support dwFlags argument in CreateURLMonikerEx.
2011-06-24 08:50:00 -05:00
Jacek Caban
c9f821ef6f
urlmon: Reimplement CreateURLMonikerEx on top of IUri APIs.
2011-06-24 08:49:52 -05:00
Jacek Caban
e135972fd1
urlmon: Use BSTR for URLName in URLMoniker object.
2011-06-23 09:52:53 +02:00
Nikolay Sivov
b26aa09f58
urlmon: Fix parameter validation in BindToStorage().
2011-04-01 10:50:34 +02:00
Michael Stefaniuc
8c0a69430c
urlmon: COM cleanup for the IMoniker iface.
2011-01-11 16:05:45 +01:00
Jacek Caban
b6db01177c
urlmon: Added IUriContainer stub implementation of URLMoniker object.
2010-12-21 00:20:47 +01:00
Jacek Caban
29692adf40
urlmon: Make Binding object IUri-based.
2010-11-15 15:03:33 +01:00
André Hentschel
83cdc223e6
urlmon: Implement HlinkSimpleNavigateToMoniker.
2010-07-02 13:18:16 +02:00
André Hentschel
855912cda5
urlmon: Partially implement HlinkSimpleNavigateToString.
2010-06-29 13:28:58 +02:00
Andrew Nguyen
c6e5e39460
urlmon: Validate parameters in MkParseDisplayNameEx.
2010-05-21 18:58:05 +02:00
Andrew Nguyen
e92cca8df6
urlmon: Validate URL and output pointer in CreateURLMoniker.
2010-05-20 16:38:49 +02:00
Austin English
cdb8e18715
urlmon: Add a stub for AsyncInstallDistributionUnit.
2010-03-02 11:14:52 +01:00
Jacek Caban
9988cbce0c
urlmon: Remove unneeded includes.
2009-04-07 11:21:31 +02:00
Jacek Caban
781faa1b9d
urlmon: Fixed handling NULL URLName in GetDisplatName implementation.
2009-03-24 10:28:20 +01:00
Jacek Caban
a5b2075ef1
urlmon: Added StdURLMoniker implementation.
2009-03-24 10:28:15 +01:00
Jacek Caban
53b1a310fe
urlmon: Return IAsyncMoniker from QueryInterface.
2009-03-24 10:28:09 +01:00
Jacek Caban
050c349678
urlmon: Code clean up.
2009-03-24 10:28:05 +01:00
Jacek Caban
96a34b586f
urlmon: Get rid of URLMonikerImpl_BindToStorage_hack.
2009-03-05 12:39:19 +01:00
Jacek Caban
e18e6ba3d8
urlmon: Use pluggable protocol for ftp binding.
2009-03-03 12:35:45 +01:00
Marcus Meissner
8b812b413d
urlmon: Fixed target buffer length to MultiByteToWideChar.
2009-02-05 13:13:28 +01:00
Nikolay Sivov
0b8faac9e6
urlmon: Added a stub for HlinkSimpleNavigateToMoniker.
2009-01-21 13:27:45 +01:00
Jacek Caban
1876f46bcf
urlmon: Use pluggable protocol handler for https binding.
2009-01-13 15:29:07 +01:00
Alexandre Julliard
e2e4da9732
urlmon: Fix pointer cast warnings on 64-bit.
2009-01-08 17:27:58 +01:00
Andrew Talbot
c7284efa13
urlmon: Sign-compare warnings fix.
2008-11-14 11:02:15 +01:00
Rob Shearman
ee2281d370
urlmon: Compare HRESULT value explicitly against S_OK instead of using an implicit != 0 comparison.
2008-10-01 11:43:25 -05:00
Rob Shearman
5dd6d798a4
urlmon: Fix testing of HRESULT types with not operator instead of comparing against S_OK.
...
This makes it more obvious what the code is doing.
2008-08-18 17:34:12 +02:00
Jacek Caban
746ffa651a
urlmon: Use BindToStorage hack only for binding to IStream.
2008-02-18 12:57:06 +01:00
Jacek Caban
d2243989ca
urlmon: URLDownloadToFileA code clean up.
2008-02-18 12:56:28 +01:00
Jacek Caban
5ca20089c4
urlmon: Reimplement URLDownloadToFileW on top of URL moniker.
2008-02-18 12:56:02 +01:00
Jacek Caban
60b0539c87
urlmon: Added HlinkParseDisplayNameEx implementation.
2008-02-04 11:28:02 +01:00
Jacek Caban
85f472b37d
urlmon: Added BindToObject implementation.
2007-12-31 16:49:32 +01:00
Jacek Caban
ed1c7f8135
urlmon: Make start_binding more generic.
2007-12-31 16:48:48 +01:00
Jacek Caban
7d223172c5
urlmon: Added CoInternetQueryInfo implementation.
2007-12-28 11:29:22 +01:00
Jacek Caban
7a2a6f4e0d
urlmon: Includes clean up.
2007-12-14 12:24:51 +01:00
Michael Stefaniuc
2ad6cc19b7
urlmon: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
2007-11-30 12:43:42 +01:00
Jacek Caban
03218d6d2c
urlmon: Wrap heap functions.
2007-11-26 12:35:28 +01:00