OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XACTUOW
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txcoord.h
118
virtual HRESULT WINAPI CommitRequest(DWORD grfRM,
XACTUOW
*pNewUOW) = 0;
119
virtual HRESULT WINAPI AbortRequest(BOID *pboidReason,WINBOOL fRetaining,
XACTUOW
*pNewUOW) = 0;
129
HRESULT (WINAPI *CommitRequest)(ITransactionResourceAsync *This,DWORD grfRM,
XACTUOW
*pNewUOW);
130
HRESULT (WINAPI *AbortRequest)(ITransactionResourceAsync *This,BOID *pboidReason,WINBOOL fRetaining,
XACTUOW
*pNewUOW);
149
HRESULT WINAPI ITransactionResourceAsync_CommitRequest_Proxy(ITransactionResourceAsync *This,DWORD grfRM,
XACTUOW
*pNewUOW);
151
HRESULT WINAPI ITransactionResourceAsync_AbortRequest_Proxy(ITransactionResourceAsync *This,BOID *pboidReason,WINBOOL fRetaining,
XACTUOW
*pNewUOW);
164
virtual HRESULT WINAPI ForgetRequest(
XACTUOW
*pNewUOW) = 0;
173
HRESULT (WINAPI *ForgetRequest)(ITransactionLastResourceAsync *This,
XACTUOW
*pNewUOW);
189
HRESULT WINAPI ITransactionLastResourceAsync_ForgetRequest_Proxy(ITransactionLastResourceAsync *This,
XACTUOW
*pNewUOW);
200
virtual HRESULT WINAPI CommitRequest(DWORD grfRM,
XACTUOW
*pNewUOW) = 0
[
all
...]
transact.h
91
typedef BOID
XACTUOW
;
101
XACTUOW
uow;
351
virtual HRESULT WINAPI Committed(WINBOOL fRetaining,
XACTUOW
*pNewUOW,HRESULT hr) = 0;
352
virtual HRESULT WINAPI Aborted(BOID *pboidReason,WINBOOL fRetaining,
XACTUOW
*pNewUOW,HRESULT hr) = 0;
362
HRESULT (WINAPI *Committed)(ITransactionOutcomeEvents *This,WINBOOL fRetaining,
XACTUOW
*pNewUOW,HRESULT hr);
363
HRESULT (WINAPI *Aborted)(ITransactionOutcomeEvents *This,BOID *pboidReason,WINBOOL fRetaining,
XACTUOW
*pNewUOW,HRESULT hr);
381
HRESULT WINAPI ITransactionOutcomeEvents_Committed_Proxy(ITransactionOutcomeEvents *This,WINBOOL fRetaining,
XACTUOW
*pNewUOW,HRESULT hr);
383
HRESULT WINAPI ITransactionOutcomeEvents_Aborted_Proxy(ITransactionOutcomeEvents *This,BOID *pboidReason,WINBOOL fRetaining,
XACTUOW
*pNewUOW,HRESULT hr);
txdtc.h
366
virtual HRESULT WINAPI Enlist(ITransaction *pTransaction,ITransactionResourceAsync *pRes,
XACTUOW
*pUOW,LONG *pisoLevel,ITransactionEnlistmentAsync **ppEnlist) = 0;
377
HRESULT (WINAPI *Enlist)(IResourceManager *This,ITransaction *pTransaction,ITransactionResourceAsync *pRes,
XACTUOW
*pUOW,LONG *pisoLevel,ITransactionEnlistmentAsync **ppEnlist);
396
HRESULT WINAPI IResourceManager_Enlist_Proxy(IResourceManager *This,ITransaction *pTransaction,ITransactionResourceAsync *pRes,
XACTUOW
*pUOW,LONG *pisoLevel,ITransactionEnlistmentAsync **ppEnlist);
448
virtual HRESULT WINAPI Enlist2(ITransaction *pTransaction,ITransactionResourceAsync *pResAsync,
XACTUOW
*pUOW,LONG *pisoLevel,XID *pXid,ITransactionEnlistmentAsync **ppEnlist) = 0;
457
HRESULT (WINAPI *Enlist)(IResourceManager2 *This,ITransaction *pTransaction,ITransactionResourceAsync *pRes,
XACTUOW
*pUOW,LONG *pisoLevel,ITransactionEnlistmentAsync **ppEnlist);
461
HRESULT (WINAPI *Enlist2)(IResourceManager2 *This,ITransaction *pTransaction,ITransactionResourceAsync *pResAsync,
XACTUOW
*pUOW,LONG *pisoLevel,XID *pXid,ITransactionEnlistmentAsync **ppEnlist);
480
HRESULT WINAPI IResourceManager2_Enlist2_Proxy(IResourceManager2 *This,ITransaction *pTransaction,ITransactionResourceAsync *pResAsync,
XACTUOW
*pUOW,LONG *pisoLevel,XID *pXid,ITransactionEnlistmentAsync **ppEnlist);
[
all
...]
Completed in 59 milliseconds