OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITransaction
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
transact.h
27
typedef struct
ITransaction
ITransaction
;
160
struct
ITransaction
: public IUnknown {
169
HRESULT (WINAPI *QueryInterface)(
ITransaction
*This,REFIID riid,void **ppvObject);
170
ULONG (WINAPI *AddRef)(
ITransaction
*This);
171
ULONG (WINAPI *Release)(
ITransaction
*This);
172
HRESULT (WINAPI *Commit)(
ITransaction
*This,WINBOOL fRetaining,DWORD grfTC,DWORD grfRM);
173
HRESULT (WINAPI *Abort)(
ITransaction
*This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync);
174
HRESULT (WINAPI *GetTransactionInfo)(
ITransaction
*This,XACTTRANSINFO *pinfo);
177
struct
ITransaction
{
[
all
...]
oletx2xa.h
170
virtual HRESULT WINAPI TranslateTridToXid(
ITransaction
*pITransaction,GUID *pguidBqual,XID *pXid) = 0;
179
HRESULT (WINAPI *TranslateTridToXid)(IDtcToXaHelper *This,
ITransaction
*pITransaction,GUID *pguidBqual,XID *pXid);
195
HRESULT WINAPI IDtcToXaHelper_TranslateTridToXid_Proxy(IDtcToXaHelper *This,
ITransaction
*pITransaction,GUID *pguidBqual,XID *pXid);
207
virtual HRESULT WINAPI EnlistWithRM(DWORD dwRMCookie,
ITransaction
*i_pITransaction,ITransactionResourceAsync *i_pITransRes,ITransactionEnlistmentAsync **o_ppITransEnslitment) = 0;
218
HRESULT (WINAPI *EnlistWithRM)(IDtcToXaHelperSinglePipe *This,DWORD dwRMCookie,
ITransaction
*i_pITransaction,ITransactionResourceAsync *i_pITransRes,ITransactionEnlistmentAsync **o_ppITransEnslitment);
239
HRESULT WINAPI IDtcToXaHelperSinglePipe_EnlistWithRM_Proxy(IDtcToXaHelperSinglePipe *This,DWORD dwRMCookie,
ITransaction
*i_pITransaction,ITransactionResourceAsync *i_pITransRes,ITransactionEnlistmentAsync **o_ppITransEnslitment);
mq.h
11
typedef struct
ITransaction
ITransaction
;
127
#define MQ_MTS_TRANSACTION (
ITransaction
*)1
128
#define MQ_XA_TRANSACTION (
ITransaction
*)2
129
#define MQ_SINGLE_MESSAGE (
ITransaction
*)3
599
HRESULT WINAPI MQSendMessage(QUEUEHANDLE hDestinationQueue,MQMSGPROPS *pMessageProps,
ITransaction
*pTransaction);
600
HRESULT WINAPI MQReceiveMessage(QUEUEHANDLE hSource,DWORD dwTimeout,DWORD dwAction,MQMSGPROPS *pMessageProps,LPOVERLAPPED lpOverlapped,PMQRECEIVECALLBACK fnReceiveCallback,HANDLE hCursor,
ITransaction
*pTransaction);
601
HRESULT WINAPI MQReceiveMessageByLookupId(QUEUEHANDLE hSource,ULONGLONG ullLookupId,DWORD dwLookupAction,MQMSGPROPS *pMessageProps,LPOVERLAPPED lpOverlapped,PMQRECEIVECALLBACK fnReceiveCallback,
ITransaction
*pTransaction);
619
HRESULT WINAPI MQBeginTransaction(
ITransaction
**ppTransaction);
txdtc.h
274
virtual HRESULT WINAPI Lookup(
ITransaction
**ppTransaction) = 0;
282
HRESULT (WINAPI *Lookup)(IXATransLookup *This,
ITransaction
**ppTransaction);
295
HRESULT WINAPI IXATransLookup_Lookup_Proxy(IXATransLookup *This,
ITransaction
**ppTransaction);
305
virtual HRESULT WINAPI Lookup(XID *pXID,
ITransaction
**ppTransaction) = 0;
313
HRESULT (WINAPI *Lookup)(IXATransLookup2 *This,XID *pXID,
ITransaction
**ppTransaction);
326
HRESULT WINAPI IXATransLookup2_Lookup_Proxy(IXATransLookup2 *This,XID *pXID,
ITransaction
**ppTransaction);
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,ITransa (…)
[
all
...]
txcoord.h
492
virtual HRESULT WINAPI Pull(char *i_pszTxUrl,
ITransaction
**o_ppITransaction) = 0;
493
virtual HRESULT WINAPI PullAsync(char *i_pszTxUrl,ITipPullSink *i_pTipPullSink,
ITransaction
**o_ppITransaction) = 0;
502
HRESULT (WINAPI *Pull)(ITipHelper *This,char *i_pszTxUrl,
ITransaction
**o_ppITransaction);
503
HRESULT (WINAPI *PullAsync)(ITipHelper *This,char *i_pszTxUrl,ITipPullSink *i_pTipPullSink,
ITransaction
**o_ppITransaction);
519
HRESULT WINAPI ITipHelper_Pull_Proxy(ITipHelper *This,char *i_pszTxUrl,
ITransaction
**o_ppITransaction);
521
HRESULT WINAPI ITipHelper_PullAsync_Proxy(ITipHelper *This,char *i_pszTxUrl,ITipPullSink *i_pTipPullSink,
ITransaction
**o_ppITransaction);
[
all
...]
comsvcs.h
[
all
...]
oledb.h
[
all
...]
Completed in 154 milliseconds