Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h212 typedef struct IDBAsynchNotify IDBAsynchNotify; typedef
3685 struct IDBAsynchNotify : public IUnknown { struct
3694 HRESULT (WINAPI *QueryInterface)(IDBAsynchNotify *This,REFIID riid,void **ppvObject);
3695 ULONG (WINAPI *AddRef)(IDBAsynchNotify *This);
3696 ULONG (WINAPI *Release)(IDBAsynchNotify *This);
3697 HRESULT (WINAPI *OnLowResource)(IDBAsynchNotify *This,DB_DWRESERVE dwReserved);
3699 …HRESULT (WINAPI *OnStop)(IDBAsynchNotify *This,HCHAPTER hChapter,DBASYNCHOP eOperation,HRESULT hrS…
3702 struct IDBAsynchNotify { struct
3714 …HRESULT WINAPI IDBAsynchNotify_RemoteOnLowResource_Proxy(IDBAsynchNotify *This,DB_DWRESERVE dwRese…
5634 HRESULT WINAPI IDBAsynchNotify_OnLowResource_Proxy(IDBAsynchNotify *This,DB_DWRESERVE dwReserved);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h212 typedef struct IDBAsynchNotify IDBAsynchNotify; typedef
3685 struct IDBAsynchNotify : public IUnknown { struct
3694 HRESULT (WINAPI *QueryInterface)(IDBAsynchNotify *This,REFIID riid,void **ppvObject);
3695 ULONG (WINAPI *AddRef)(IDBAsynchNotify *This);
3696 ULONG (WINAPI *Release)(IDBAsynchNotify *This);
3697 HRESULT (WINAPI *OnLowResource)(IDBAsynchNotify *This,DB_DWRESERVE dwReserved);
3699 …HRESULT (WINAPI *OnStop)(IDBAsynchNotify *This,HCHAPTER hChapter,DBASYNCHOP eOperation,HRESULT hrS…
3702 struct IDBAsynchNotify { struct
3714 …HRESULT WINAPI IDBAsynchNotify_RemoteOnLowResource_Proxy(IDBAsynchNotify *This,DB_DWRESERVE dwRese…
5634 HRESULT WINAPI IDBAsynchNotify_OnLowResource_Proxy(IDBAsynchNotify *This,DB_DWRESERVE dwReserved);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs6490 pub struct IDBAsynchNotify(::windows::runtime::IUnknown);
6491 impl IDBAsynchNotify {
6504 unsafe impl ::windows::runtime::Interface for IDBAsynchNotify {
6508 impl ::std::convert::From<IDBAsynchNotify> for ::windows::runtime::IUnknown {
6509 fn from(value: IDBAsynchNotify) -> Self {
6513 impl ::std::convert::From<&IDBAsynchNotify> for ::windows::runtime::IUnknown {
6514 fn from(value: &IDBAsynchNotify) -> Self {
6518 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDBAsynchNotify {
6523 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDBAsynchNotify {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3383 pub type IDBAsynchNotify = *mut ::core::ffi::c_void; typedef