📄 txcoord.h
字号:
#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 __stdcall ITransactionResource_PrepareRequest_Proxy(
ITransactionResourceAsync __RPC_FAR * 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 __stdcall ITransactionResource_CommitRequest_Proxy(
ITransactionResourceAsync __RPC_FAR * This,
/* [in] */ DWORD grfRM,
/* [in] */ XACTUOW __RPC_FAR *pNewUOW);
void __RPC_STUB ITransactionResource_CommitRequest_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT __stdcall ITransactionResource_AbortRequest_Proxy(
ITransactionResourceAsync __RPC_FAR * This,
/* [in] */ BOID __RPC_FAR *pboidReason,
/* [in] */ BOOL fRetaining,
/* [in] */ XACTUOW __RPC_FAR *pNewUOW);
void __RPC_STUB ITransactionResource_AbortRequest_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT __stdcall ITransactionResource_TMDown_Proxy(
ITransactionResourceAsync __RPC_FAR * 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__
/****************************************
* Generated header for interface: ITransactionEnlistmentAsync
* at Wed Jan 24 15:45:40 1996
* using MIDL 2.00.0102
****************************************/
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionEnlistmentAsync;
#if defined(__cplusplus) && !defined(CINTERFACE)
interface ITransactionEnlistmentAsync : public IUnknown
{
public:
virtual HRESULT __stdcall PrepareRequestDone(
/* [in] */ HRESULT hr,
/* [in] */ IMoniker __RPC_FAR *pmk,
/* [in] */ BOID __RPC_FAR *pboidReason) = 0;
virtual HRESULT __stdcall CommitRequestDone(
/* [in] */ HRESULT hr) = 0;
virtual HRESULT __stdcall AbortRequestDone(
/* [in] */ HRESULT hr) = 0;
};
#else /* C style interface */
typedef struct ITransactionEnlistmentAsyncVtbl
{
HRESULT ( __stdcall __RPC_FAR *QueryInterface )(
ITransactionEnlistmentAsync __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( __stdcall __RPC_FAR *AddRef )(
ITransactionEnlistmentAsync __RPC_FAR * This);
ULONG ( __stdcall __RPC_FAR *Release )(
ITransactionEnlistmentAsync __RPC_FAR * This);
HRESULT ( __stdcall __RPC_FAR *PrepareRequestDone )(
ITransactionEnlistmentAsync __RPC_FAR * This,
/* [in] */ HRESULT hr,
/* [in] */ IMoniker __RPC_FAR *pmk,
/* [in] */ BOID __RPC_FAR *pboidReason);
HRESULT ( __stdcall __RPC_FAR *CommitRequestDone )(
ITransactionEnlistmentAsync __RPC_FAR * This,
/* [in] */ HRESULT hr);
HRESULT ( __stdcall __RPC_FAR *AbortRequestDone )(
ITransactionEnlistmentAsync __RPC_FAR * This,
/* [in] */ HRESULT hr);
} ITransactionEnlistmentAsyncVtbl;
interface ITransactionEnlistmentAsync
{
CONST_VTBL struct ITransactionEnlistmentAsyncVtbl __RPC_FAR *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 __stdcall ITransactionEnlistmentAsync_PrepareRequestDone_Proxy(
ITransactionEnlistmentAsync __RPC_FAR * This,
/* [in] */ HRESULT hr,
/* [in] */ IMoniker __RPC_FAR *pmk,
/* [in] */ BOID __RPC_FAR *pboidReason);
void __RPC_STUB ITransactionEnlistmentAsync_PrepareRequestDone_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT __stdcall ITransactionEnlistmentAsync_CommitRequestDone_Proxy(
ITransactionEnlistmentAsync __RPC_FAR * This,
/* [in] */ HRESULT hr);
void __RPC_STUB ITransactionEnlistmentAsync_CommitRequestDone_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT __stdcall ITransactionEnlistmentAsync_AbortRequestDone_Proxy(
ITransactionEnlistmentAsync __RPC_FAR * This,
/* [in] */ HRESULT hr);
void __RPC_STUB ITransactionEnlistmentAsync_AbortRequestDone_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __ITransactionEnlistmentAsync_INTERFACE_DEFINED__ */
#ifndef __ITransactionExportFactory_INTERFACE_DEFINED__
#define __ITransactionExportFactory_INTERFACE_DEFINED__
/****************************************
* Generated header for interface: ITransactionExportFactory
* at Wed Jan 24 15:45:40 1996
* using MIDL 2.00.0102
****************************************/
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionExportFactory;
#if defined(__cplusplus) && !defined(CINTERFACE)
interface ITransactionExportFactory : public IUnknown
{
public:
virtual HRESULT __stdcall GetRemoteClassId(
/* [out] */ CLSID __RPC_FAR *pclsid) = 0;
virtual HRESULT __stdcall Create(
/* [in] */ ULONG cbWhereabouts,
/* [size_is][in] */ BYTE __RPC_FAR *rgbWhereabouts,
/* [out] */ ITransactionExport __RPC_FAR *__RPC_FAR *ppExport) = 0;
};
#else /* C style interface */
typedef struct ITransactionExportFactoryVtbl
{
HRESULT ( __stdcall __RPC_FAR *QueryInterface )(
ITransactionExportFactory __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( __stdcall __RPC_FAR *AddRef )(
ITransactionExportFactory __RPC_FAR * This);
ULONG ( __stdcall __RPC_FAR *Release )(
ITransactionExportFactory __RPC_FAR * This);
HRESULT ( __stdcall __RPC_FAR *GetRemoteClassId )(
ITransactionExportFactory __RPC_FAR * This,
/* [out] */ CLSID __RPC_FAR *pclsid);
HRESULT ( __stdcall __RPC_FAR *Create )(
ITransactionExportFactory __RPC_FAR * This,
/* [in] */ ULONG cbWhereabouts,
/* [size_is][in] */ BYTE __RPC_FAR *rgbWhereabouts,
/* [out] */ ITransactionExport __RPC_FAR *__RPC_FAR *ppExport);
} ITransactionExportFactoryVtbl;
interface ITransactionExportFactory
{
CONST_VTBL struct ITransactionExportFactoryVtbl __RPC_FAR *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 __stdcall ITransactionExportFactory_GetRemoteClassId_Proxy(
ITransactionExportFactory __RPC_FAR * This,
/* [out] */ CLSID __RPC_FAR *pclsid);
void __RPC_STUB ITransactionExportFactory_GetRemoteClassId_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT __stdcall ITransactionExportFactory_Create_Proxy(
ITransactionExportFactory __RPC_FAR * This,
/* [in] */ ULONG cbWhereabouts,
/* [size_is][in] */ BYTE __RPC_FAR *rgbWhereabouts,
/* [out] */ ITransactionExport __RPC_FAR *__RPC_FAR *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__
/****************************************
* Generated header for interface: ITransactionImportWhereabouts
* at Wed Jan 24 15:45:40 1996
* using MIDL 2.00.0102
****************************************/
/* [unique][uuid][object] */
EXTERN_C const IID IID_ITransactionImportWhereabouts;
#if defined(__cplusplus) && !defined(CINTERFACE)
interface ITransactionImportWhereabouts : public IUnknown
{
public:
virtual HRESULT __stdcall GetWhereaboutsSize(
/* [out] */ ULONG __RPC_FAR *pcbWhereabouts) = 0;
virtual /* [local] */ HRESULT __stdcall GetWhereabouts(
/* [in] */ ULONG cbWhereabouts,
/* [size_is][out] */ BYTE __RPC_FAR *rgbWhereabouts,
/* [out] */ ULONG __RPC_FAR *pcbUsed) = 0;
};
#else /* C style interface */
typedef struct ITransactionImportWhereaboutsVtbl
{
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -