mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
IBindHost interface additions.
This commit is contained in:
parent
c4fc1abff7
commit
64fb191cf6
@ -568,6 +568,8 @@ void __RPC_STUB IBindStatusCallback_OnObjectAvailable_Stub(
|
||||
|
||||
#endif /* __IBindStatusCallback_INTERFACE_DEFINED__ */
|
||||
|
||||
#define SID_IBindHost IID_IBindHost
|
||||
#define SID_SBindHost IID_IBindHost
|
||||
#ifndef __IBindHost_FWD_DEFINED__
|
||||
#define __IBindHost_FWD_DEFINED__
|
||||
typedef struct IBindHost IBindHost;
|
||||
|
@ -269,6 +269,8 @@ interface IBindStatusCallback : IUnknown
|
||||
/*****************************************************************************
|
||||
* IBindHost interface
|
||||
*/
|
||||
cpp_quote("#define SID_IBindHost IID_IBindHost")
|
||||
cpp_quote("#define SID_SBindHost IID_IBindHost")
|
||||
[
|
||||
object,
|
||||
uuid(fc4801a1-2ba9-11cf-a229-00aa003d7352),
|
||||
|
Loading…
x
Reference in New Issue
Block a user