mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 04:15:48 +00:00
include: Add definition of IObjContext.
This commit is contained in:
parent
764b9bef19
commit
ceee7415f5
@ -32,6 +32,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
|
|||||||
#include "wingdi.h"
|
#include "wingdi.h"
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
|
|
||||||
|
#define USE_COM_CONTEXT_DEF
|
||||||
#include "objbase.h"
|
#include "objbase.h"
|
||||||
#include "servprov.h"
|
#include "servprov.h"
|
||||||
|
|
||||||
|
@ -2454,4 +2454,21 @@ interface IContext : IUnknown
|
|||||||
[out] IEnumContextProps **ppEnumContextProps);
|
[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 */")
|
cpp_quote("#endif /* defined USE_COM_CONTEXT_DEF */")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user