mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
sync objidl with wine 1.1.28
svn path=/trunk/; revision=42864
This commit is contained in:
parent
9596ede35f
commit
86a4498283
1 changed files with 17 additions and 0 deletions
|
@ -2454,4 +2454,21 @@ interface IContext : IUnknown
|
|||
[out] IEnumContextProps **ppEnumContextProps);
|
||||
}
|
||||
|
||||
[
|
||||
local,
|
||||
object,
|
||||
uuid(000001c6-0000-0000-c000-000000000046),
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface IObjContext : IContext
|
||||
{
|
||||
void Reserved1();
|
||||
void Reserved2();
|
||||
void Reserved3();
|
||||
void Reserved4();
|
||||
void Reserved5();
|
||||
void Reserved6();
|
||||
void Reserved7();
|
||||
}
|
||||
|
||||
cpp_quote("#endif /* defined USE_COM_CONTEXT_DEF */")
|
||||
|
|
Loading…
Reference in a new issue