Searched defs:ITransaction (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtransact.h27 typedef struct ITransaction ITransaction; typedef in typeref:struct:ITransaction
160 struct ITransaction : public IUnknown { struct in inherits: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 { struct
[all...]
H A Dmq.h11 typedef struct ITransaction ITransaction; typedef in typeref:struct: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);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtransact.h27 typedef struct ITransaction ITransaction; typedef in typeref:struct:ITransaction
160 struct ITransaction : public IUnknown { struct in inherits: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 { struct
[all...]
H A Dmq.h11 typedef struct ITransaction ITransaction; typedef in typeref:struct: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);

Completed in 99 milliseconds