mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[PSDK] Update unknwn.idl. CORE-13762
This commit is contained in:
parent
24856b8de6
commit
6cdefd33e1
1 changed files with 22 additions and 1 deletions
|
@ -20,7 +20,14 @@
|
|||
import "wtypes.idl";
|
||||
#endif
|
||||
|
||||
/* Interfaces */
|
||||
cpp_quote("#ifdef __WINESRC__")
|
||||
cpp_quote("#define WIDL_C_INLINE_WRAPPERS")
|
||||
cpp_quote("#endif")
|
||||
|
||||
cpp_quote("#ifdef WIDL_C_INLINE_WRAPPERS")
|
||||
cpp_quote("#define SAVE_WIDL_C_INLINE_WRAPPERS")
|
||||
cpp_quote("#undef WIDL_C_INLINE_WRAPPERS")
|
||||
cpp_quote("#endif")
|
||||
|
||||
[
|
||||
local,
|
||||
|
@ -39,6 +46,20 @@ interface IUnknown
|
|||
ULONG Release();
|
||||
}
|
||||
|
||||
cpp_quote("HRESULT STDMETHODCALLTYPE IUnknown_QueryInterface_Proxy(IUnknown* This, REFIID riid, void **ppvObject);")
|
||||
cpp_quote("void __RPC_STUB IUnknown_QueryInterface_Stub(IRpcStubBuffer* This, IRpcChannelBuffer* pRpcChannelBuffer,")
|
||||
cpp_quote(" PRPC_MESSAGE pRpcMessage, DWORD* pdwStubPhase);")
|
||||
cpp_quote("ULONG STDMETHODCALLTYPE IUnknown_AddRef_Proxy(IUnknown* This);")
|
||||
cpp_quote("void __RPC_STUB IUnknown_AddRef_Stub(IRpcStubBuffer* This, IRpcChannelBuffer* pRpcChannelBuffer,")
|
||||
cpp_quote(" PRPC_MESSAGE pRpcMessage, DWORD* pdwStubPhase);")
|
||||
cpp_quote("ULONG STDMETHODCALLTYPE IUnknown_Release_Proxy(IUnknown* This);")
|
||||
cpp_quote("void __RPC_STUB IUnknown_Release_Stub(IRpcStubBuffer* This, IRpcChannelBuffer* pRpcChannelBuffer,")
|
||||
cpp_quote(" PRPC_MESSAGE pRpcMessage, DWORD* pdwStubPhase);")
|
||||
|
||||
cpp_quote("#ifdef SAVE_WIDL_C_INLINE_WRAPPERS")
|
||||
cpp_quote("#define WIDL_C_INLINE_WRAPPERS")
|
||||
cpp_quote("#endif")
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(00000001-0000-0000-C000-000000000046),
|
||||
|
|
Loading…
Reference in a new issue