Home
last modified time | relevance | path

Searched refs:DelegateCommit (Results 1 – 3 of 3) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtxcoord.h163 virtual HRESULT WINAPI DelegateCommit(DWORD grfRM) = 0;
172 HRESULT (WINAPI *DelegateCommit)(ITransactionLastResourceAsync *This,DWORD grfRM);
183 #define ITransactionLastResourceAsync_DelegateCommit(This,grfRM) (This)->lpVtbl->DelegateCommit(Thi…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtxcoord.h163 virtual HRESULT WINAPI DelegateCommit(DWORD grfRM) = 0;
172 HRESULT (WINAPI *DelegateCommit)(ITransactionLastResourceAsync *This,DWORD grfRM);
183 #define ITransactionLastResourceAsync_DelegateCommit(This,grfRM) (This)->lpVtbl->DelegateCommit(Thi…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DistributedTransactionCoordinator/
H A Dmod.rs3083 pub unsafe fn DelegateCommit(&self, grfrm: u32) -> ::windows::runtime::Result<()> { in DelegateCommit() method