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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtransact.h32 typedef struct ITransactionCloner ITransactionCloner; typedef in typeref:struct:ITransactionCloner
201 struct ITransactionCloner : public ITransaction { struct in inherits:ITransaction
208 HRESULT (WINAPI *QueryInterface)(ITransactionCloner *This,REFIID riid,void **ppvObject);
209 ULONG (WINAPI *AddRef)(ITransactionCloner *This);
210 ULONG (WINAPI *Release)(ITransactionCloner *This);
211 HRESULT (WINAPI *Commit)(ITransactionCloner *This,WINBOOL fRetaining,DWORD grfTC,DWORD grfRM);
212 HRESULT (WINAPI *Abort)(ITransactionCloner *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync);
213 HRESULT (WINAPI *GetTransactionInfo)(ITransactionCloner *This,XACTTRANSINFO *pinfo);
214 HRESULT (WINAPI *CloneWithCommitDisabled)(ITransactionCloner *Thi
217 struct ITransactionCloner { struct
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtransact.h32 typedef struct ITransactionCloner ITransactionCloner; typedef in typeref:struct:ITransactionCloner
201 struct ITransactionCloner : public ITransaction { struct in inherits:ITransaction
208 HRESULT (WINAPI *QueryInterface)(ITransactionCloner *This,REFIID riid,void **ppvObject);
209 ULONG (WINAPI *AddRef)(ITransactionCloner *This);
210 ULONG (WINAPI *Release)(ITransactionCloner *This);
211 HRESULT (WINAPI *Commit)(ITransactionCloner *This,WINBOOL fRetaining,DWORD grfTC,DWORD grfRM);
212 HRESULT (WINAPI *Abort)(ITransactionCloner *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync);
213 HRESULT (WINAPI *GetTransactionInfo)(ITransactionCloner *This,XACTTRANSINFO *pinfo);
214 HRESULT (WINAPI *CloneWithCommitDisabled)(ITransactionCloner *Thi
217 struct ITransactionCloner { struct
[all...]

Completed in 44 milliseconds