Home
last modified time | relevance | path

Searched refs:ITransactionLocal (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DOleDbTransaction.cs37 …internal WrappedTransaction(UnsafeNativeMethods.ITransactionLocal transaction, int isolevel, out O… in WrappedTransaction()
188 UnsafeNativeMethods.ITransactionLocal wrapper = null; in Begin()
190 wrapper = (UnsafeNativeMethods.ITransactionLocal)_transaction.ComWrapper(); in Begin()
209 internal void BeginInternal(UnsafeNativeMethods.ITransactionLocal transaction) { in BeginInternal()
H A DOleDbConnectionInternal.cs261 … UnsafeNativeMethods.ITransactionLocal value = (unknown as UnsafeNativeMethods.ITransactionLocal); in BeginTransaction()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h312 typedef struct ITransactionLocal ITransactionLocal; typedef
4516 struct ITransactionLocal : public ITransaction { struct
4524 HRESULT (WINAPI *QueryInterface)(ITransactionLocal *This,REFIID riid,void **ppvObject);
4525 ULONG (WINAPI *AddRef)(ITransactionLocal *This);
4526 ULONG (WINAPI *Release)(ITransactionLocal *This);
4527 HRESULT (WINAPI *Commit)(ITransactionLocal *This,WINBOOL fRetaining,DWORD grfTC,DWORD grfRM);
4528 …HRESULT (WINAPI *Abort)(ITransactionLocal *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsyn…
4529 HRESULT (WINAPI *GetTransactionInfo)(ITransactionLocal *This,XACTTRANSINFO *pinfo);
4530 HRESULT (WINAPI *GetOptionsObject)(ITransactionLocal *This,ITransactionOptions **ppOptions);
4534 struct ITransactionLocal { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h312 typedef struct ITransactionLocal ITransactionLocal; typedef
4516 struct ITransactionLocal : public ITransaction { struct
4524 HRESULT (WINAPI *QueryInterface)(ITransactionLocal *This,REFIID riid,void **ppvObject);
4525 ULONG (WINAPI *AddRef)(ITransactionLocal *This);
4526 ULONG (WINAPI *Release)(ITransactionLocal *This);
4527 HRESULT (WINAPI *Commit)(ITransactionLocal *This,WINBOOL fRetaining,DWORD grfTC,DWORD grfRM);
4528 …HRESULT (WINAPI *Abort)(ITransactionLocal *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsyn…
4529 HRESULT (WINAPI *GetTransactionInfo)(ITransactionLocal *This,XACTTRANSINFO *pinfo);
4530 HRESULT (WINAPI *GetOptionsObject)(ITransactionLocal *This,ITransactionOptions **ppOptions);
4534 struct ITransactionLocal { struct
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DUnsafeNativeMethods.cs1167 internal interface ITransactionLocal { interface in System.Data.Common.UnsafeNativeMethods
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs14988 pub struct ITransactionLocal(::windows::runtime::IUnknown);
14989 impl ITransactionLocal {
15014 unsafe impl ::windows::runtime::Interface for ITransactionLocal {
15018 impl ::std::convert::From<ITransactionLocal> for ::windows::runtime::IUnknown {
15019 fn from(value: ITransactionLocal) -> Self {
15023 impl ::std::convert::From<&ITransactionLocal> for ::windows::runtime::IUnknown {
15024 fn from(value: &ITransactionLocal) -> Self {
15028 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITransactionLocal {
15033 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITransactionLocal {
15040 fn from(value: ITransactionLocal) -> Self {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3630 pub type ITransactionLocal = *mut ::core::ffi::c_void; typedef