Commit graph

31 commits

Author SHA1 Message Date
Michael Müller
7950d6e8cc include/objidl.idl: Add IApartmentShutdown interface.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-30 10:02:48 +01:00
Michael Müller
381ce2956b ole32: Implement semi-stub for CoGetApartmentType.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-03 12:59:02 +09:00
Huw Davies
bf5dca1976 ole32: The type of the size of IMalloc'ed blocks is SIZE_T.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-20 01:50:47 +09:00
Nikolay Sivov
6d53f071c6 ole32: Marshal HICON as remotable handle. 2015-06-15 22:10:31 +09:00
Alistair Leslie-Hughes
9478e1e113 include: Add IGlobalOptions interface. 2012-11-28 20:14:42 +01:00
Henri Verbeet
ce4de8ff9c include: Add the tagBIND_OPTS3 structure. 2010-11-15 15:04:28 +01:00
Rob Shearman
0228008bb8 widl: Allow pointers, type-qualifiers and other more complicated constructions in sizeof and cast expressions. 2009-11-09 20:42:57 +01:00
Huw Davies
b613d715a8 include: Add IClientSecurity constants. 2009-09-08 13:51:06 +02:00
Hans Leidekker
ceee7415f5 include: Add definition of IObjContext. 2009-06-23 11:48:29 +02:00
Huw Davies
53f576ca9c include: Correct a typo. 2009-05-18 13:23:50 +02:00
Rob Shearman
d9b84d2c45 include: Add explicit DUMMYUNIONNAME and DUMMYSTRUCTNAME names to anonymous unions in IDL files.
These aren't present in the PSDK versions of these files but are
necessary for us to be able to compile Wine with compilers that don't
support anonymous structs and unions.
2008-09-18 14:18:21 +02:00
Rob Shearman
56502ebb99 include: Add DUMMYUNIONNAME to the anonymous union in the uSTGMEDIUM structure in objidl.idl. 2008-09-17 12:02:46 +02:00
Alexandre Julliard
9719bcaf5c include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
Rob Shearman
c3d037c765 include: Add more EOAC_* enumeration values to objidl.idl.
Also add the SOLE_AUTHENTICATION_INFO and SOLE_AUTHENTICATION_LIST 
structures which are used by CoInitializeSecurity.
2007-02-12 15:20:47 +01:00
Rob Shearman
be160335d2 include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl. 2007-02-12 15:20:34 +01:00
Robert Shearman
1f854b2024 include: Add types to objidl.idl used by COM contexts. 2006-09-28 11:56:03 +02:00
Mike McCormack
57f8bd057f include: Remove unnecessary semicolons from idl. 2006-07-20 12:49:55 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Robert Shearman
a5cb9c5590 Make IAdviseSink methods non-async and remove the IAsyncManager
parameter hack that native COM used to use (but not any more). Async
calls are an optimisation that we're not going to support in the near
future.
2005-11-29 10:43:52 +01:00
Robert Shearman
35dbc147c7 Update to include all of the interfaces in the Platform SDK as of the
XP SP2 version.
2005-08-25 09:50:55 +00:00
Alexandre Julliard
d59ba4ccf1 Added a WINE_NO_UNICODE_MACROS define to allow Winelib apps to switch
off the Unicode macros too.
2005-08-15 20:53:40 +00:00
Robert Shearman
2a4b6fdc94 Add definition of IInternalUnknown. 2005-01-03 14:23:33 +00:00
Serge S. Spiridonoff
e3c8afe98b IMessageFilter::HandleIncomingCall must be HandleInComingCall as per
MS headers.
2004-12-17 18:55:02 +00:00
Francois Gouget
83755cca97 Move the PROPVARIANT declaration from objidl.idl to propidl.idl.
Move related API declarations from individual C files to propidl.idl.
Remove uneeded include of propidl.h in the propvariant.c test.
2004-09-09 19:23:19 +00:00
Jake Hamby
9e8d507c4f IMessageFilter::HandleInComingCall() should be HandleIncomingCall(). 2004-05-10 19:55:00 +00:00
Kevin Koltzau
bf6df05053 Define MKSYS_URLMONIKER. 2004-03-01 23:12:47 +00:00
Alexandre Julliard
d004059538 Moved the 16-bit storage interfaces out of the exported headers. 2003-10-14 20:23:01 +00:00
Alexandre Julliard
17c69c65aa Warning fix. 2003-07-11 03:52:58 +00:00
Robert Shearman
98747abd75 - Implement a few more cases in PropVariantClear.
- Partially implement PropVariantCopy.
- Implement FreePropVariantArray.
2003-05-13 00:32:43 +00:00
Dimitrie O. Paun
8b36681bad Rename __WINE__ to __WINESRC__. 2003-01-04 00:52:18 +00:00
Ove Kaaven
9a580d9ad9 Wrote a new objidl.idl to replace a number of include/wine/obj_*.h
files.
2002-12-19 22:15:24 +00:00