OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Committed
(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
[
all
...]
transact.h
351
virtual HRESULT WINAPI
Committed
(WINBOOL fRetaining,XACTUOW *pNewUOW,HRESULT hr) = 0;
362
HRESULT (WINAPI *
Committed
)(ITransactionOutcomeEvents *This,WINBOOL fRetaining,XACTUOW *pNewUOW,HRESULT hr);
375
#define ITransactionOutcomeEvents_Committed(This,fRetaining,pNewUOW,hr) (This)->lpVtbl->
Committed
(This,fRetaining,pNewUOW,hr)
Completed in 231 milliseconds