OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IResourceManager
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txdtc.h
42
typedef struct
IResourceManager
IResourceManager
;
364
struct
IResourceManager
: public IUnknown {
374
HRESULT (WINAPI *QueryInterface)(
IResourceManager
*This,REFIID riid,void **ppvObject);
375
ULONG (WINAPI *AddRef)(
IResourceManager
*This);
376
ULONG (WINAPI *Release)(
IResourceManager
*This);
377
HRESULT (WINAPI *Enlist)(
IResourceManager
*This,ITransaction *pTransaction,ITransactionResourceAsync *pRes,XACTUOW *pUOW,LONG *pisoLevel,ITransactionEnlistmentAsync **ppEnlist);
378
HRESULT (WINAPI *Reenlist)(
IResourceManager
*This,byte *pPrepInfo,ULONG cbPrepInfo,DWORD lTimeout,XACTSTAT *pXactStat);
379
HRESULT (WINAPI *ReenlistmentComplete)(
IResourceManager
*This);
380
HRESULT (WINAPI *GetDistributedTransactionManager)(
IResourceManager
*This,REFIID iid,void **ppvObject)
[
all
...]
strmif.h
222
typedef interface
IResourceManager
IResourceManager
;
[
all
...]
Completed in 994 milliseconds