Searched defs:ITransactionResource (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtxcoord.h37 typedef struct ITransactionResource ITransactionResource; typedef in typeref:struct:ITransactionResource
197 struct ITransactionResource : public IUnknown { struct in inherits:IUnknown
207 HRESULT (WINAPI *QueryInterface)(ITransactionResource *This,REFIID riid,void **ppvObject);
208 ULONG (WINAPI *AddRef)(ITransactionResource *This);
209 ULONG (WINAPI *Release)(ITransactionResource *This);
210 HRESULT (WINAPI *PrepareRequest)(ITransactionResource *This,WINBOOL fRetaining,DWORD grfRM,WINBOOL fWantMoniker,WINBOOL fSinglePhase);
211 HRESULT (WINAPI *CommitRequest)(ITransactionResource *This,DWORD grfRM,XACTUOW *pNewUOW);
212 HRESULT (WINAPI *AbortRequest)(ITransactionResource *This,BOID *pboidReason,WINBOOL fRetaining,XACTUOW *pNewUOW);
213 HRESULT (WINAPI *TMDown)(ITransactionResource *Thi
216 struct ITransactionResource { struct
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtxcoord.h37 typedef struct ITransactionResource ITransactionResource; typedef in typeref:struct:ITransactionResource
197 struct ITransactionResource : public IUnknown { struct in inherits:IUnknown
207 HRESULT (WINAPI *QueryInterface)(ITransactionResource *This,REFIID riid,void **ppvObject);
208 ULONG (WINAPI *AddRef)(ITransactionResource *This);
209 ULONG (WINAPI *Release)(ITransactionResource *This);
210 HRESULT (WINAPI *PrepareRequest)(ITransactionResource *This,WINBOOL fRetaining,DWORD grfRM,WINBOOL fWantMoniker,WINBOOL fSinglePhase);
211 HRESULT (WINAPI *CommitRequest)(ITransactionResource *This,DWORD grfRM,XACTUOW *pNewUOW);
212 HRESULT (WINAPI *AbortRequest)(ITransactionResource *This,BOID *pboidReason,WINBOOL fRetaining,XACTUOW *pNewUOW);
213 HRESULT (WINAPI *TMDown)(ITransactionResource *Thi
216 struct ITransactionResource { struct
[all...]

Completed in 89 milliseconds