windows-nt/Source/XPSP1/NT/public/sdk/inc/txcoord.h

1723 lines
49 KiB
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0347 */
/* Compiler settings for txcoord.idl:
Os, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@MIDL_FILE_HEADING( )
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 440
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __txcoord_h__
#define __txcoord_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __ITransactionResourceAsync_FWD_DEFINED__
#define __ITransactionResourceAsync_FWD_DEFINED__
typedef interface ITransactionResourceAsync ITransactionResourceAsync;
#endif /* __ITransactionResourceAsync_FWD_DEFINED__ */
#ifndef __ITransactionLastResourceAsync_FWD_DEFINED__
#define __ITransactionLastResourceAsync_FWD_DEFINED__
typedef interface ITransactionLastResourceAsync ITransactionLastResourceAsync;
#endif /* __ITransactionLastResourceAsync_FWD_DEFINED__ */
#ifndef __ITransactionResource_FWD_DEFINED__
#define __ITransactionResource_FWD_DEFINED__
typedef interface ITransactionResource ITransactionResource;
#endif /* __ITransactionResource_FWD_DEFINED__ */
#ifndef __ITransactionEnlistmentAsync_FWD_DEFINED__
#define __ITransactionEnlistmentAsync_FWD_DEFINED__
typedef interface ITransactionEnlistmentAsync ITransactionEnlistmentAsync;
#endif /* __ITransactionEnlistmentAsync_FWD_DEFINED__ */
#ifndef __ITransactionLastEnlistmentAsync_FWD_DEFINED__
#define __ITransactionLastEnlistmentAsync_FWD_DEFINED__
typedef interface ITransactionLastEnlistmentAsync ITransactionLastEnlistmentAsync;
#endif /* __ITransactionLastEnlistmentAsync_FWD_DEFINED__ */
#ifndef __ITransactionExportFactory_FWD_DEFINED__
#define __ITransactionExportFactory_FWD_DEFINED__
typedef interface ITransactionExportFactory ITransactionExportFactory;
#endif /* __ITransactionExportFactory_FWD_DEFINED__ */
#ifndef __ITransactionImportWhereabouts_FWD_DEFINED__
#define __ITransactionImportWhereabouts_FWD_DEFINED__
typedef interface ITransactionImportWhereabouts ITransactionImportWhereabouts;
#endif /* __ITransactionImportWhereabouts_FWD_DEFINED__ */
#ifndef __ITransactionExport_FWD_DEFINED__
#define __ITransactionExport_FWD_DEFINED__
typedef interface ITransactionExport ITransactionExport;
#endif /* __ITransactionExport_FWD_DEFINED__ */
#ifndef __ITransactionImport_FWD_DEFINED__
#define __ITransactionImport_FWD_DEFINED__
typedef interface ITransactionImport ITransactionImport;
#endif /* __ITransactionImport_FWD_DEFINED__ */
#ifndef __ITipTransaction_FWD_DEFINED__
#define __ITipTransaction_FWD_DEFINED__
typedef interface ITipTransaction ITipTransaction;
#endif /* __ITipTransaction_FWD_DEFINED__ */
#ifndef __ITipHelper_FWD_DEFINED__
#define __ITipHelper_FWD_DEFINED__
typedef interface ITipHelper ITipHelper;
#endif /* __ITipHelper_FWD_DEFINED__ */
#ifndef __ITipPullSink_FWD_DEFINED__
#define __ITipPullSink_FWD_DEFINED__
typedef interface ITipPullSink ITipPullSink;
#endif /* __ITipPullSink_FWD_DEFINED__ */
/* header files for imported files */
#include "transact.h"
#include "objidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
/* interface __MIDL_itf_txcoord_0000 */
/* [local] */
extern RPC_IF_HANDLE __MIDL_itf_txcoord_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_txcoord_0000_v0_0_s_ifspec;
#ifndef __ITransactionResourceAsync_INTERFACE_DEFINED__
#define __ITransactionResourceAsync_INTERFACE_DEFINED__
/* interface ITransactionResourceAsync */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionResourceAsync;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("69E971F0-23CE-11cf-AD60-00AA00A74CCD")
ITransactionResourceAsync : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE PrepareRequest(
/* [in] */ BOOL fRetaining,
/* [in] */ DWORD grfRM,
/* [in] */ BOOL fWantMoniker,
/* [in] */ BOOL fSinglePhase) = 0;
virtual HRESULT STDMETHODCALLTYPE CommitRequest(
/* [in] */ DWORD grfRM,
/* [unique][in] */ XACTUOW *pNewUOW) = 0;
virtual HRESULT STDMETHODCALLTYPE AbortRequest(
/* [unique][in] */ BOID *pboidReason,
/* [in] */ BOOL fRetaining,
/* [unique][in] */ XACTUOW *pNewUOW) = 0;
virtual HRESULT STDMETHODCALLTYPE TMDown( void) = 0;
};
#else /* C style interface */
typedef struct ITransactionResourceAsyncVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITransactionResourceAsync * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITransactionResourceAsync * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITransactionResourceAsync * This);
HRESULT ( STDMETHODCALLTYPE *PrepareRequest )(
ITransactionResourceAsync * This,
/* [in] */ BOOL fRetaining,
/* [in] */ DWORD grfRM,
/* [in] */ BOOL fWantMoniker,
/* [in] */ BOOL fSinglePhase);
HRESULT ( STDMETHODCALLTYPE *CommitRequest )(
ITransactionResourceAsync * This,
/* [in] */ DWORD grfRM,
/* [unique][in] */ XACTUOW *pNewUOW);
HRESULT ( STDMETHODCALLTYPE *AbortRequest )(
ITransactionResourceAsync * This,
/* [unique][in] */ BOID *pboidReason,
/* [in] */ BOOL fRetaining,
/* [unique][in] */ XACTUOW *pNewUOW);
HRESULT ( STDMETHODCALLTYPE *TMDown )(
ITransactionResourceAsync * This);
END_INTERFACE
} ITransactionResourceAsyncVtbl;
interface ITransactionResourceAsync
{
CONST_VTBL struct ITransactionResourceAsyncVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITransactionResourceAsync_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITransactionResourceAsync_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITransactionResourceAsync_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITransactionResourceAsync_PrepareRequest(This,fRetaining,grfRM,fWantMoniker,fSinglePhase) \
(This)->lpVtbl -> PrepareRequest(This,fRetaining,grfRM,fWantMoniker,fSinglePhase)
#define ITransactionResourceAsync_CommitRequest(This,grfRM,pNewUOW) \
(This)->lpVtbl -> CommitRequest(This,grfRM,pNewUOW)
#define ITransactionResourceAsync_AbortRequest(This,pboidReason,fRetaining,pNewUOW) \
(This)->lpVtbl -> AbortRequest(This,pboidReason,fRetaining,pNewUOW)
#define ITransactionResourceAsync_TMDown(This) \
(This)->lpVtbl -> TMDown(This)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITransactionResourceAsync_PrepareRequest_Proxy(
ITransactionResourceAsync * This,
/* [in] */ BOOL fRetaining,
/* [in] */ DWORD grfRM,
/* [in] */ BOOL fWantMoniker,
/* [in] */ BOOL fSinglePhase);
void __RPC_STUB ITransactionResourceAsync_PrepareRequest_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITransactionResourceAsync_CommitRequest_Proxy(
ITransactionResourceAsync * This,
/* [in] */ DWORD grfRM,
/* [unique][in] */ XACTUOW *pNewUOW);
void __RPC_STUB ITransactionResourceAsync_CommitRequest_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITransactionResourceAsync_AbortRequest_Proxy(
ITransactionResourceAsync * This,
/* [unique][in] */ BOID *pboidReason,
/* [in] */ BOOL fRetaining,
/* [unique][in] */ XACTUOW *pNewUOW);
void __RPC_STUB ITransactionResourceAsync_AbortRequest_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITransactionResourceAsync_TMDown_Proxy(
ITransactionResourceAsync * This);
void __RPC_STUB ITransactionResourceAsync_TMDown_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITransactionResourceAsync_INTERFACE_DEFINED__ */
#ifndef __ITransactionLastResourceAsync_INTERFACE_DEFINED__
#define __ITransactionLastResourceAsync_INTERFACE_DEFINED__
/* interface ITransactionLastResourceAsync */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionLastResourceAsync;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("C82BD532-5B30-11d3-8A91-00C04F79EB6D")
ITransactionLastResourceAsync : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE DelegateCommit(
/* [in] */ DWORD grfRM) = 0;
virtual HRESULT STDMETHODCALLTYPE ForgetRequest(
/* [in] */ XACTUOW *pNewUOW) = 0;
};
#else /* C style interface */
typedef struct ITransactionLastResourceAsyncVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITransactionLastResourceAsync * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITransactionLastResourceAsync * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITransactionLastResourceAsync * This);
HRESULT ( STDMETHODCALLTYPE *DelegateCommit )(
ITransactionLastResourceAsync * This,
/* [in] */ DWORD grfRM);
HRESULT ( STDMETHODCALLTYPE *ForgetRequest )(
ITransactionLastResourceAsync * This,
/* [in] */ XACTUOW *pNewUOW);
END_INTERFACE
} ITransactionLastResourceAsyncVtbl;
interface ITransactionLastResourceAsync
{
CONST_VTBL struct ITransactionLastResourceAsyncVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITransactionLastResourceAsync_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITransactionLastResourceAsync_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITransactionLastResourceAsync_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITransactionLastResourceAsync_DelegateCommit(This,grfRM) \
(This)->lpVtbl -> DelegateCommit(This,grfRM)
#define ITransactionLastResourceAsync_ForgetRequest(This,pNewUOW) \
(This)->lpVtbl -> ForgetRequest(This,pNewUOW)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITransactionLastResourceAsync_DelegateCommit_Proxy(
ITransactionLastResourceAsync * This,
/* [in] */ DWORD grfRM);
void __RPC_STUB ITransactionLastResourceAsync_DelegateCommit_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITransactionLastResourceAsync_ForgetRequest_Proxy(
ITransactionLastResourceAsync * This,
/* [in] */ XACTUOW *pNewUOW);
void __RPC_STUB ITransactionLastResourceAsync_ForgetRequest_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITransactionLastResourceAsync_INTERFACE_DEFINED__ */
#ifndef __ITransactionResource_INTERFACE_DEFINED__
#define __ITransactionResource_INTERFACE_DEFINED__
/* interface ITransactionResource */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionResource;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("EE5FF7B3-4572-11d0-9452-00A0C905416E")
ITransactionResource : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE PrepareRequest(
/* [in] */ BOOL fRetaining,
/* [in] */ DWORD grfRM,
/* [in] */ BOOL fWantMoniker,
/* [in] */ BOOL fSinglePhase) = 0;
virtual HRESULT STDMETHODCALLTYPE CommitRequest(
/* [in] */ DWORD grfRM,
/* [unique][in] */ XACTUOW *pNewUOW) = 0;
virtual HRESULT STDMETHODCALLTYPE AbortRequest(
/* [unique][in] */ BOID *pboidReason,
/* [in] */ BOOL fRetaining,
/* [unique][in] */ XACTUOW *pNewUOW) = 0;
virtual HRESULT STDMETHODCALLTYPE TMDown( void) = 0;
};
#else /* C style interface */
typedef struct ITransactionResourceVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITransactionResource * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITransactionResource * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITransactionResource * This);
HRESULT ( STDMETHODCALLTYPE *PrepareRequest )(
ITransactionResource * This,
/* [in] */ BOOL fRetaining,
/* [in] */ DWORD grfRM,
/* [in] */ BOOL fWantMoniker,
/* [in] */ BOOL fSinglePhase);
HRESULT ( STDMETHODCALLTYPE *CommitRequest )(
ITransactionResource * This,
/* [in] */ DWORD grfRM,
/* [unique][in] */ XACTUOW *pNewUOW);
HRESULT ( STDMETHODCALLTYPE *AbortRequest )(
ITransactionResource * This,
/* [unique][in] */ BOID *pboidReason,
/* [in] */ BOOL fRetaining,
/* [unique][in] */ XACTUOW *pNewUOW);
HRESULT ( STDMETHODCALLTYPE *TMDown )(
ITransactionResource * This);
END_INTERFACE
} ITransactionResourceVtbl;
interface ITransactionResource
{
CONST_VTBL struct ITransactionResourceVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITransactionResource_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITransactionResource_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITransactionResource_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITransactionResource_PrepareRequest(This,fRetaining,grfRM,fWantMoniker,fSinglePhase) \
(This)->lpVtbl -> PrepareRequest(This,fRetaining,grfRM,fWantMoniker,fSinglePhase)
#define ITransactionResource_CommitRequest(This,grfRM,pNewUOW) \
(This)->lpVtbl -> CommitRequest(This,grfRM,pNewUOW)
#define ITransactionResource_AbortRequest(This,pboidReason,fRetaining,pNewUOW) \
(This)->lpVtbl -> AbortRequest(This,pboidReason,fRetaining,pNewUOW)
#define ITransactionResource_TMDown(This) \
(This)->lpVtbl -> TMDown(This)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITransactionResource_PrepareRequest_Proxy(
ITransactionResource * This,
/* [in] */ BOOL fRetaining,
/* [in] */ DWORD grfRM,
/* [in] */ BOOL fWantMoniker,
/* [in] */ BOOL fSinglePhase);
void __RPC_STUB ITransactionResource_PrepareRequest_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITransactionResource_CommitRequest_Proxy(
ITransactionResource * This,
/* [in] */ DWORD grfRM,
/* [unique][in] */ XACTUOW *pNewUOW);
void __RPC_STUB ITransactionResource_CommitRequest_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITransactionResource_AbortRequest_Proxy(
ITransactionResource * This,
/* [unique][in] */ BOID *pboidReason,
/* [in] */ BOOL fRetaining,
/* [unique][in] */ XACTUOW *pNewUOW);
void __RPC_STUB ITransactionResource_AbortRequest_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITransactionResource_TMDown_Proxy(
ITransactionResource * This);
void __RPC_STUB ITransactionResource_TMDown_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITransactionResource_INTERFACE_DEFINED__ */
#ifndef __ITransactionEnlistmentAsync_INTERFACE_DEFINED__
#define __ITransactionEnlistmentAsync_INTERFACE_DEFINED__
/* interface ITransactionEnlistmentAsync */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionEnlistmentAsync;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("0fb15081-af41-11ce-bd2b-204c4f4f5020")
ITransactionEnlistmentAsync : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE PrepareRequestDone(
/* [in] */ HRESULT hr,
/* [unique][in] */ IMoniker *pmk,
/* [unique][in] */ BOID *pboidReason) = 0;
virtual HRESULT STDMETHODCALLTYPE CommitRequestDone(
/* [in] */ HRESULT hr) = 0;
virtual HRESULT STDMETHODCALLTYPE AbortRequestDone(
/* [in] */ HRESULT hr) = 0;
};
#else /* C style interface */
typedef struct ITransactionEnlistmentAsyncVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITransactionEnlistmentAsync * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITransactionEnlistmentAsync * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITransactionEnlistmentAsync * This);
HRESULT ( STDMETHODCALLTYPE *PrepareRequestDone )(
ITransactionEnlistmentAsync * This,
/* [in] */ HRESULT hr,
/* [unique][in] */ IMoniker *pmk,
/* [unique][in] */ BOID *pboidReason);
HRESULT ( STDMETHODCALLTYPE *CommitRequestDone )(
ITransactionEnlistmentAsync * This,
/* [in] */ HRESULT hr);
HRESULT ( STDMETHODCALLTYPE *AbortRequestDone )(
ITransactionEnlistmentAsync * This,
/* [in] */ HRESULT hr);
END_INTERFACE
} ITransactionEnlistmentAsyncVtbl;
interface ITransactionEnlistmentAsync
{
CONST_VTBL struct ITransactionEnlistmentAsyncVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITransactionEnlistmentAsync_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITransactionEnlistmentAsync_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITransactionEnlistmentAsync_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITransactionEnlistmentAsync_PrepareRequestDone(This,hr,pmk,pboidReason) \
(This)->lpVtbl -> PrepareRequestDone(This,hr,pmk,pboidReason)
#define ITransactionEnlistmentAsync_CommitRequestDone(This,hr) \
(This)->lpVtbl -> CommitRequestDone(This,hr)
#define ITransactionEnlistmentAsync_AbortRequestDone(This,hr) \
(This)->lpVtbl -> AbortRequestDone(This,hr)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITransactionEnlistmentAsync_PrepareRequestDone_Proxy(
ITransactionEnlistmentAsync * This,
/* [in] */ HRESULT hr,
/* [unique][in] */ IMoniker *pmk,
/* [unique][in] */ BOID *pboidReason);
void __RPC_STUB ITransactionEnlistmentAsync_PrepareRequestDone_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITransactionEnlistmentAsync_CommitRequestDone_Proxy(
ITransactionEnlistmentAsync * This,
/* [in] */ HRESULT hr);
void __RPC_STUB ITransactionEnlistmentAsync_CommitRequestDone_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITransactionEnlistmentAsync_AbortRequestDone_Proxy(
ITransactionEnlistmentAsync * This,
/* [in] */ HRESULT hr);
void __RPC_STUB ITransactionEnlistmentAsync_AbortRequestDone_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITransactionEnlistmentAsync_INTERFACE_DEFINED__ */
#ifndef __ITransactionLastEnlistmentAsync_INTERFACE_DEFINED__
#define __ITransactionLastEnlistmentAsync_INTERFACE_DEFINED__
/* interface ITransactionLastEnlistmentAsync */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionLastEnlistmentAsync;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("C82BD533-5B30-11d3-8A91-00C04F79EB6D")
ITransactionLastEnlistmentAsync : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE TransactionOutcome(
/* [in] */ XACTSTAT XactStat,
/* [unique][in] */ BOID *pboidReason) = 0;
};
#else /* C style interface */
typedef struct ITransactionLastEnlistmentAsyncVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITransactionLastEnlistmentAsync * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITransactionLastEnlistmentAsync * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITransactionLastEnlistmentAsync * This);
HRESULT ( STDMETHODCALLTYPE *TransactionOutcome )(
ITransactionLastEnlistmentAsync * This,
/* [in] */ XACTSTAT XactStat,
/* [unique][in] */ BOID *pboidReason);
END_INTERFACE
} ITransactionLastEnlistmentAsyncVtbl;
interface ITransactionLastEnlistmentAsync
{
CONST_VTBL struct ITransactionLastEnlistmentAsyncVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITransactionLastEnlistmentAsync_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITransactionLastEnlistmentAsync_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITransactionLastEnlistmentAsync_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITransactionLastEnlistmentAsync_TransactionOutcome(This,XactStat,pboidReason) \
(This)->lpVtbl -> TransactionOutcome(This,XactStat,pboidReason)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITransactionLastEnlistmentAsync_TransactionOutcome_Proxy(
ITransactionLastEnlistmentAsync * This,
/* [in] */ XACTSTAT XactStat,
/* [unique][in] */ BOID *pboidReason);
void __RPC_STUB ITransactionLastEnlistmentAsync_TransactionOutcome_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITransactionLastEnlistmentAsync_INTERFACE_DEFINED__ */
#ifndef __ITransactionExportFactory_INTERFACE_DEFINED__
#define __ITransactionExportFactory_INTERFACE_DEFINED__
/* interface ITransactionExportFactory */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionExportFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("E1CF9B53-8745-11ce-A9BA-00AA006C3706")
ITransactionExportFactory : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE GetRemoteClassId(
/* [out] */ CLSID *pclsid) = 0;
virtual HRESULT STDMETHODCALLTYPE Create(
/* [in] */ ULONG cbWhereabouts,
/* [size_is][in] */ byte *rgbWhereabouts,
/* [out] */ ITransactionExport **ppExport) = 0;
};
#else /* C style interface */
typedef struct ITransactionExportFactoryVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITransactionExportFactory * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITransactionExportFactory * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITransactionExportFactory * This);
HRESULT ( STDMETHODCALLTYPE *GetRemoteClassId )(
ITransactionExportFactory * This,
/* [out] */ CLSID *pclsid);
HRESULT ( STDMETHODCALLTYPE *Create )(
ITransactionExportFactory * This,
/* [in] */ ULONG cbWhereabouts,
/* [size_is][in] */ byte *rgbWhereabouts,
/* [out] */ ITransactionExport **ppExport);
END_INTERFACE
} ITransactionExportFactoryVtbl;
interface ITransactionExportFactory
{
CONST_VTBL struct ITransactionExportFactoryVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITransactionExportFactory_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITransactionExportFactory_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITransactionExportFactory_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITransactionExportFactory_GetRemoteClassId(This,pclsid) \
(This)->lpVtbl -> GetRemoteClassId(This,pclsid)
#define ITransactionExportFactory_Create(This,cbWhereabouts,rgbWhereabouts,ppExport) \
(This)->lpVtbl -> Create(This,cbWhereabouts,rgbWhereabouts,ppExport)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITransactionExportFactory_GetRemoteClassId_Proxy(
ITransactionExportFactory * This,
/* [out] */ CLSID *pclsid);
void __RPC_STUB ITransactionExportFactory_GetRemoteClassId_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITransactionExportFactory_Create_Proxy(
ITransactionExportFactory * This,
/* [in] */ ULONG cbWhereabouts,
/* [size_is][in] */ byte *rgbWhereabouts,
/* [out] */ ITransactionExport **ppExport);
void __RPC_STUB ITransactionExportFactory_Create_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITransactionExportFactory_INTERFACE_DEFINED__ */
#ifndef __ITransactionImportWhereabouts_INTERFACE_DEFINED__
#define __ITransactionImportWhereabouts_INTERFACE_DEFINED__
/* interface ITransactionImportWhereabouts */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionImportWhereabouts;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("0141fda4-8fc0-11ce-bd18-204c4f4f5020")
ITransactionImportWhereabouts : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE GetWhereaboutsSize(
/* [out] */ ULONG *pcbWhereabouts) = 0;
virtual /* [local] */ HRESULT STDMETHODCALLTYPE GetWhereabouts(
/* [in] */ ULONG cbWhereabouts,
/* [size_is][out] */ byte *rgbWhereabouts,
/* [out] */ ULONG *pcbUsed) = 0;
};
#else /* C style interface */
typedef struct ITransactionImportWhereaboutsVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITransactionImportWhereabouts * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITransactionImportWhereabouts * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITransactionImportWhereabouts * This);
HRESULT ( STDMETHODCALLTYPE *GetWhereaboutsSize )(
ITransactionImportWhereabouts * This,
/* [out] */ ULONG *pcbWhereabouts);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *GetWhereabouts )(
ITransactionImportWhereabouts * This,
/* [in] */ ULONG cbWhereabouts,
/* [size_is][out] */ byte *rgbWhereabouts,
/* [out] */ ULONG *pcbUsed);
END_INTERFACE
} ITransactionImportWhereaboutsVtbl;
interface ITransactionImportWhereabouts
{
CONST_VTBL struct ITransactionImportWhereaboutsVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITransactionImportWhereabouts_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITransactionImportWhereabouts_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITransactionImportWhereabouts_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITransactionImportWhereabouts_GetWhereaboutsSize(This,pcbWhereabouts) \
(This)->lpVtbl -> GetWhereaboutsSize(This,pcbWhereabouts)
#define ITransactionImportWhereabouts_GetWhereabouts(This,cbWhereabouts,rgbWhereabouts,pcbUsed) \
(This)->lpVtbl -> GetWhereabouts(This,cbWhereabouts,rgbWhereabouts,pcbUsed)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITransactionImportWhereabouts_GetWhereaboutsSize_Proxy(
ITransactionImportWhereabouts * This,
/* [out] */ ULONG *pcbWhereabouts);
void __RPC_STUB ITransactionImportWhereabouts_GetWhereaboutsSize_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [call_as] */ HRESULT STDMETHODCALLTYPE ITransactionImportWhereabouts_RemoteGetWhereabouts_Proxy(
ITransactionImportWhereabouts * This,
/* [out] */ ULONG *pcbUsed,
/* [in] */ ULONG cbWhereabouts,
/* [length_is][size_is][out] */ byte *rgbWhereabouts);
void __RPC_STUB ITransactionImportWhereabouts_RemoteGetWhereabouts_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITransactionImportWhereabouts_INTERFACE_DEFINED__ */
#ifndef __ITransactionExport_INTERFACE_DEFINED__
#define __ITransactionExport_INTERFACE_DEFINED__
/* interface ITransactionExport */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionExport;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("0141fda5-8fc0-11ce-bd18-204c4f4f5020")
ITransactionExport : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE Export(
/* [in] */ IUnknown *punkTransaction,
/* [out] */ ULONG *pcbTransactionCookie) = 0;
virtual /* [local] */ HRESULT STDMETHODCALLTYPE GetTransactionCookie(
/* [in] */ IUnknown *punkTransaction,
/* [in] */ ULONG cbTransactionCookie,
/* [size_is][out] */ byte *rgbTransactionCookie,
/* [out] */ ULONG *pcbUsed) = 0;
};
#else /* C style interface */
typedef struct ITransactionExportVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITransactionExport * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITransactionExport * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITransactionExport * This);
HRESULT ( STDMETHODCALLTYPE *Export )(
ITransactionExport * This,
/* [in] */ IUnknown *punkTransaction,
/* [out] */ ULONG *pcbTransactionCookie);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *GetTransactionCookie )(
ITransactionExport * This,
/* [in] */ IUnknown *punkTransaction,
/* [in] */ ULONG cbTransactionCookie,
/* [size_is][out] */ byte *rgbTransactionCookie,
/* [out] */ ULONG *pcbUsed);
END_INTERFACE
} ITransactionExportVtbl;
interface ITransactionExport
{
CONST_VTBL struct ITransactionExportVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITransactionExport_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITransactionExport_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITransactionExport_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITransactionExport_Export(This,punkTransaction,pcbTransactionCookie) \
(This)->lpVtbl -> Export(This,punkTransaction,pcbTransactionCookie)
#define ITransactionExport_GetTransactionCookie(This,punkTransaction,cbTransactionCookie,rgbTransactionCookie,pcbUsed) \
(This)->lpVtbl -> GetTransactionCookie(This,punkTransaction,cbTransactionCookie,rgbTransactionCookie,pcbUsed)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITransactionExport_Export_Proxy(
ITransactionExport * This,
/* [in] */ IUnknown *punkTransaction,
/* [out] */ ULONG *pcbTransactionCookie);
void __RPC_STUB ITransactionExport_Export_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [call_as] */ HRESULT STDMETHODCALLTYPE ITransactionExport_RemoteGetTransactionCookie_Proxy(
ITransactionExport * This,
/* [in] */ IUnknown *punkTransaction,
/* [out] */ ULONG *pcbUsed,
/* [in] */ ULONG cbTransactionCookie,
/* [length_is][size_is][out] */ byte *rgbTransactionCookie);
void __RPC_STUB ITransactionExport_RemoteGetTransactionCookie_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITransactionExport_INTERFACE_DEFINED__ */
#ifndef __ITransactionImport_INTERFACE_DEFINED__
#define __ITransactionImport_INTERFACE_DEFINED__
/* interface ITransactionImport */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionImport;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("E1CF9B5A-8745-11ce-A9BA-00AA006C3706")
ITransactionImport : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE Import(
/* [in] */ ULONG cbTransactionCookie,
/* [size_is][in] */ byte *rgbTransactionCookie,
/* [in] */ IID *piid,
/* [iid_is][out] */ void **ppvTransaction) = 0;
};
#else /* C style interface */
typedef struct ITransactionImportVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITransactionImport * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITransactionImport * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITransactionImport * This);
HRESULT ( STDMETHODCALLTYPE *Import )(
ITransactionImport * This,
/* [in] */ ULONG cbTransactionCookie,
/* [size_is][in] */ byte *rgbTransactionCookie,
/* [in] */ IID *piid,
/* [iid_is][out] */ void **ppvTransaction);
END_INTERFACE
} ITransactionImportVtbl;
interface ITransactionImport
{
CONST_VTBL struct ITransactionImportVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITransactionImport_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITransactionImport_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITransactionImport_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITransactionImport_Import(This,cbTransactionCookie,rgbTransactionCookie,piid,ppvTransaction) \
(This)->lpVtbl -> Import(This,cbTransactionCookie,rgbTransactionCookie,piid,ppvTransaction)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITransactionImport_Import_Proxy(
ITransactionImport * This,
/* [in] */ ULONG cbTransactionCookie,
/* [size_is][in] */ byte *rgbTransactionCookie,
/* [in] */ IID *piid,
/* [iid_is][out] */ void **ppvTransaction);
void __RPC_STUB ITransactionImport_Import_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITransactionImport_INTERFACE_DEFINED__ */
#ifndef __ITipTransaction_INTERFACE_DEFINED__
#define __ITipTransaction_INTERFACE_DEFINED__
/* interface ITipTransaction */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITipTransaction;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("17CF72D0-BAC5-11d1-B1BF-00C04FC2F3EF")
ITipTransaction : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE Push(
/* [in] */ char *i_pszRemoteTmUrl,
/* [out] */ char **o_ppszRemoteTxUrl) = 0;
virtual HRESULT STDMETHODCALLTYPE GetTransactionUrl(
/* [out] */ char **o_ppszLocalTxUrl) = 0;
};
#else /* C style interface */
typedef struct ITipTransactionVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITipTransaction * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITipTransaction * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITipTransaction * This);
HRESULT ( STDMETHODCALLTYPE *Push )(
ITipTransaction * This,
/* [in] */ char *i_pszRemoteTmUrl,
/* [out] */ char **o_ppszRemoteTxUrl);
HRESULT ( STDMETHODCALLTYPE *GetTransactionUrl )(
ITipTransaction * This,
/* [out] */ char **o_ppszLocalTxUrl);
END_INTERFACE
} ITipTransactionVtbl;
interface ITipTransaction
{
CONST_VTBL struct ITipTransactionVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITipTransaction_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITipTransaction_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITipTransaction_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITipTransaction_Push(This,i_pszRemoteTmUrl,o_ppszRemoteTxUrl) \
(This)->lpVtbl -> Push(This,i_pszRemoteTmUrl,o_ppszRemoteTxUrl)
#define ITipTransaction_GetTransactionUrl(This,o_ppszLocalTxUrl) \
(This)->lpVtbl -> GetTransactionUrl(This,o_ppszLocalTxUrl)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITipTransaction_Push_Proxy(
ITipTransaction * This,
/* [in] */ char *i_pszRemoteTmUrl,
/* [out] */ char **o_ppszRemoteTxUrl);
void __RPC_STUB ITipTransaction_Push_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITipTransaction_GetTransactionUrl_Proxy(
ITipTransaction * This,
/* [out] */ char **o_ppszLocalTxUrl);
void __RPC_STUB ITipTransaction_GetTransactionUrl_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITipTransaction_INTERFACE_DEFINED__ */
#ifndef __ITipHelper_INTERFACE_DEFINED__
#define __ITipHelper_INTERFACE_DEFINED__
/* interface ITipHelper */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITipHelper;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("17CF72D1-BAC5-11d1-B1BF-00C04FC2F3EF")
ITipHelper : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE Pull(
/* [in] */ char *i_pszTxUrl,
/* [out] */ ITransaction **o_ppITransaction) = 0;
virtual HRESULT STDMETHODCALLTYPE PullAsync(
/* [in] */ char *i_pszTxUrl,
/* [in] */ ITipPullSink *i_pTipPullSink,
/* [out] */ ITransaction **o_ppITransaction) = 0;
virtual HRESULT STDMETHODCALLTYPE GetLocalTmUrl(
/* [out] */ char **o_ppszLocalTmUrl) = 0;
};
#else /* C style interface */
typedef struct ITipHelperVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITipHelper * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITipHelper * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITipHelper * This);
HRESULT ( STDMETHODCALLTYPE *Pull )(
ITipHelper * This,
/* [in] */ char *i_pszTxUrl,
/* [out] */ ITransaction **o_ppITransaction);
HRESULT ( STDMETHODCALLTYPE *PullAsync )(
ITipHelper * This,
/* [in] */ char *i_pszTxUrl,
/* [in] */ ITipPullSink *i_pTipPullSink,
/* [out] */ ITransaction **o_ppITransaction);
HRESULT ( STDMETHODCALLTYPE *GetLocalTmUrl )(
ITipHelper * This,
/* [out] */ char **o_ppszLocalTmUrl);
END_INTERFACE
} ITipHelperVtbl;
interface ITipHelper
{
CONST_VTBL struct ITipHelperVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITipHelper_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITipHelper_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITipHelper_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITipHelper_Pull(This,i_pszTxUrl,o_ppITransaction) \
(This)->lpVtbl -> Pull(This,i_pszTxUrl,o_ppITransaction)
#define ITipHelper_PullAsync(This,i_pszTxUrl,i_pTipPullSink,o_ppITransaction) \
(This)->lpVtbl -> PullAsync(This,i_pszTxUrl,i_pTipPullSink,o_ppITransaction)
#define ITipHelper_GetLocalTmUrl(This,o_ppszLocalTmUrl) \
(This)->lpVtbl -> GetLocalTmUrl(This,o_ppszLocalTmUrl)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITipHelper_Pull_Proxy(
ITipHelper * This,
/* [in] */ char *i_pszTxUrl,
/* [out] */ ITransaction **o_ppITransaction);
void __RPC_STUB ITipHelper_Pull_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITipHelper_PullAsync_Proxy(
ITipHelper * This,
/* [in] */ char *i_pszTxUrl,
/* [in] */ ITipPullSink *i_pTipPullSink,
/* [out] */ ITransaction **o_ppITransaction);
void __RPC_STUB ITipHelper_PullAsync_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE ITipHelper_GetLocalTmUrl_Proxy(
ITipHelper * This,
/* [out] */ char **o_ppszLocalTmUrl);
void __RPC_STUB ITipHelper_GetLocalTmUrl_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITipHelper_INTERFACE_DEFINED__ */
#ifndef __ITipPullSink_INTERFACE_DEFINED__
#define __ITipPullSink_INTERFACE_DEFINED__
/* interface ITipPullSink */
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITipPullSink;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("17CF72D2-BAC5-11d1-B1BF-00C04FC2F3EF")
ITipPullSink : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE PullComplete(
/* [in] */ HRESULT i_hrPull) = 0;
};
#else /* C style interface */
typedef struct ITipPullSinkVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
ITipPullSink * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
ITipPullSink * This);
ULONG ( STDMETHODCALLTYPE *Release )(
ITipPullSink * This);
HRESULT ( STDMETHODCALLTYPE *PullComplete )(
ITipPullSink * This,
/* [in] */ HRESULT i_hrPull);
END_INTERFACE
} ITipPullSinkVtbl;
interface ITipPullSink
{
CONST_VTBL struct ITipPullSinkVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ITipPullSink_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ITipPullSink_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ITipPullSink_Release(This) \
(This)->lpVtbl -> Release(This)
#define ITipPullSink_PullComplete(This,i_hrPull) \
(This)->lpVtbl -> PullComplete(This,i_hrPull)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE ITipPullSink_PullComplete_Proxy(
ITipPullSink * This,
/* [in] */ HRESULT i_hrPull);
void __RPC_STUB ITipPullSink_PullComplete_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITipPullSink_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_txcoord_0108 */
/* [local] */
#if _MSC_VER < 1100 || !defined(__cplusplus)
DEFINE_GUID(IID_ITransactionResourceAsync, 0x69E971F0, 0x23CE, 0x11cf, 0xAD, 0x60, 0x00, 0xAA, 0x00, 0xA7, 0x4C, 0xCD);
DEFINE_GUID(IID_ITransactionLastResourceAsync, 0xC82BD532, 0x5B30, 0x11D3, 0x8A, 0x91, 0x00, 0xC0, 0x4F, 0x79, 0xEB, 0x6D);
DEFINE_GUID(IID_ITransactionResource, 0xEE5FF7B3, 0x4572, 0x11d0, 0x94, 0x52, 0x00, 0xA0, 0xC9, 0x05, 0x41, 0x6E);
DEFINE_GUID(IID_ITransactionEnlistmentAsync, 0x0fb15081, 0xaf41, 0x11ce, 0xbd, 0x2b, 0x20, 0x4c, 0x4f, 0x4f, 0x50, 0x20);
DEFINE_GUID(IID_ITransactionLastEnlistmentAsync, 0xC82BD533, 0x5B30, 0x11D3, 0x8A, 0x91, 0x00, 0xC0, 0x4F, 0x79, 0xEB, 0x6D);
DEFINE_GUID(IID_ITransactionExportFactory, 0xE1CF9B53, 0x8745, 0x11ce, 0xA9, 0xBA, 0x00, 0xAA, 0x00, 0x6C, 0x37, 0x06);
DEFINE_GUID(IID_ITransactionImportWhereabouts, 0x0141fda4, 0x8fc0, 0x11ce, 0xbd, 0x18, 0x20, 0x4c, 0x4f, 0x4f, 0x50, 0x20);
DEFINE_GUID(IID_ITransactionExport, 0x0141fda5, 0x8fc0, 0x11ce, 0xbd, 0x18, 0x20, 0x4c, 0x4f, 0x4f, 0x50, 0x20);
DEFINE_GUID(IID_ITransactionImport, 0xE1CF9B5A, 0x8745, 0x11ce, 0xA9, 0xBA, 0x00, 0xAA, 0x00, 0x6C, 0x37, 0x06);
DEFINE_GUID(IID_ITipTransaction, 0x17cf72d0, 0xbac5, 0x11d1, 0xb1, 0xbf, 0x0, 0xc0, 0x4f, 0xc2, 0xf3, 0xef);
DEFINE_GUID(IID_ITipHelper, 0x17cf72d1, 0xbac5, 0x11d1, 0xb1, 0xbf, 0x0, 0xc0, 0x4f, 0xc2, 0xf3, 0xef);
DEFINE_GUID(IID_ITipPullSink, 0x17cf72d2, 0xbac5, 0x11d1, 0xb1, 0xbf, 0x0, 0xc0, 0x4f, 0xc2, 0xf3, 0xef);
#else
#define IID_ITransactionResourceAsync __uuidof(ITransactionResourceAsync)
#define IID_ITransactionLastResourceAsync __uuidof(ITransactionLastResourceAsync)
#define IID_ITransactionResource __uuidof(ITransactionResource)
#define IID_ITransactionEnlistmentAsync __uuidof(ITransactionEnlistmentAsync)
#define IID_ITransactionLastEnlistmentAsync __uuidof(ITransactionLastEnlistmentAsync)
#define IID_ITransactionExportFactory __uuidof(ITransactionExportFactory)
#define IID_ITransactionImportWhereabouts __uuidof(ITransactionImportWhereabouts)
#define IID_ITransactionExport __uuidof(ITransactionExport)
#define IID_ITransactionImport __uuidof(ITransactionImport)
#define IID_ITipTransaction __uuidof(ITipTransaction)
#define IID_ITipHelper __uuidof(ITipHelper)
#define IID_ITipPullSink __uuidof(ITipPullSink)
#endif
extern RPC_IF_HANDLE __MIDL_itf_txcoord_0108_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_txcoord_0108_v0_0_s_ifspec;
/* Additional Prototypes for ALL interfaces */
/* [local] */ HRESULT STDMETHODCALLTYPE ITransactionImportWhereabouts_GetWhereabouts_Proxy(
ITransactionImportWhereabouts * This,
/* [in] */ ULONG cbWhereabouts,
/* [size_is][out] */ byte *rgbWhereabouts,
/* [out] */ ULONG *pcbUsed);
/* [call_as] */ HRESULT STDMETHODCALLTYPE ITransactionImportWhereabouts_GetWhereabouts_Stub(
ITransactionImportWhereabouts * This,
/* [out] */ ULONG *pcbUsed,
/* [in] */ ULONG cbWhereabouts,
/* [length_is][size_is][out] */ byte *rgbWhereabouts);
/* [local] */ HRESULT STDMETHODCALLTYPE ITransactionExport_GetTransactionCookie_Proxy(
ITransactionExport * This,
/* [in] */ IUnknown *punkTransaction,
/* [in] */ ULONG cbTransactionCookie,
/* [size_is][out] */ byte *rgbTransactionCookie,
/* [out] */ ULONG *pcbUsed);
/* [call_as] */ HRESULT STDMETHODCALLTYPE ITransactionExport_GetTransactionCookie_Stub(
ITransactionExport * This,
/* [in] */ IUnknown *punkTransaction,
/* [out] */ ULONG *pcbUsed,
/* [in] */ ULONG cbTransactionCookie,
/* [length_is][size_is][out] */ byte *rgbTransactionCookie);
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif