Home
last modified time | relevance | path

Searched refs:ITransactionObject (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h322 typedef struct ITransactionObject ITransactionObject; typedef
4594 struct ITransactionObject : public IUnknown { struct
4601 HRESULT (WINAPI *QueryInterface)(ITransactionObject *This,REFIID riid,void **ppvObject);
4602 ULONG (WINAPI *AddRef)(ITransactionObject *This);
4603 ULONG (WINAPI *Release)(ITransactionObject *This);
4604 …HRESULT (WINAPI *GetTransactionObject)(ITransactionObject *This,ULONG ulTransactionLevel,ITransact…
4607 struct ITransactionObject { struct
4617 …HRESULT WINAPI ITransactionObject_RemoteGetTransactionObject_Proxy(ITransactionObject *This,ULONG …
5696 …HRESULT WINAPI ITransactionObject_GetTransactionObject_Proxy(ITransactionObject *This,ULONG ulTran…
5697 …HRESULT WINAPI ITransactionObject_GetTransactionObject_Stub(ITransactionObject *This,ULONG ulTrans…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h322 typedef struct ITransactionObject ITransactionObject; typedef
4594 struct ITransactionObject : public IUnknown { struct
4601 HRESULT (WINAPI *QueryInterface)(ITransactionObject *This,REFIID riid,void **ppvObject);
4602 ULONG (WINAPI *AddRef)(ITransactionObject *This);
4603 ULONG (WINAPI *Release)(ITransactionObject *This);
4604 …HRESULT (WINAPI *GetTransactionObject)(ITransactionObject *This,ULONG ulTransactionLevel,ITransact…
4607 struct ITransactionObject { struct
4617 …HRESULT WINAPI ITransactionObject_RemoteGetTransactionObject_Proxy(ITransactionObject *This,ULONG …
5696 …HRESULT WINAPI ITransactionObject_GetTransactionObject_Proxy(ITransactionObject *This,ULONG ulTran…
5697 …HRESULT WINAPI ITransactionObject_GetTransactionObject_Stub(ITransactionObject *This,ULONG ulTrans…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs15081 pub struct ITransactionObject(::windows::runtime::IUnknown);
15082 impl ITransactionObject {
15089 unsafe impl ::windows::runtime::Interface for ITransactionObject {
15093 impl ::std::convert::From<ITransactionObject> for ::windows::runtime::IUnknown {
15094 fn from(value: ITransactionObject) -> Self {
15098 impl ::std::convert::From<&ITransactionObject> for ::windows::runtime::IUnknown {
15099 fn from(value: &ITransactionObject) -> Self {
15103 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITransactionObject {
15108 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITransactionObject {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3631 pub type ITransactionObject = *mut ::core::ffi::c_void; typedef