Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h72 typedef struct IRowPositionChange IRowPositionChange; typedef
2502 struct IRowPositionChange : public IUnknown { struct
2509 HRESULT (WINAPI *QueryInterface)(IRowPositionChange *This,REFIID riid,void **ppvObject);
2510 ULONG (WINAPI *AddRef)(IRowPositionChange *This);
2511 ULONG (WINAPI *Release)(IRowPositionChange *This);
2512 …HRESULT (WINAPI *OnRowPositionChange)(IRowPositionChange *This,DBREASON eReason,DBEVENTPHASE ePhas…
2515 struct IRowPositionChange { struct
2525 …HRESULT WINAPI IRowPositionChange_RemoteOnRowPositionChange_Proxy(IRowPositionChange *This,DBREASO…
5542 …HRESULT WINAPI IRowPositionChange_OnRowPositionChange_Proxy(IRowPositionChange *This,DBREASON eRea…
5543 …HRESULT WINAPI IRowPositionChange_OnRowPositionChange_Stub(IRowPositionChange *This,DBREASON eReas…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h72 typedef struct IRowPositionChange IRowPositionChange; typedef
2502 struct IRowPositionChange : public IUnknown { struct
2509 HRESULT (WINAPI *QueryInterface)(IRowPositionChange *This,REFIID riid,void **ppvObject);
2510 ULONG (WINAPI *AddRef)(IRowPositionChange *This);
2511 ULONG (WINAPI *Release)(IRowPositionChange *This);
2512 …HRESULT (WINAPI *OnRowPositionChange)(IRowPositionChange *This,DBREASON eReason,DBEVENTPHASE ePhas…
2515 struct IRowPositionChange { struct
2525 …HRESULT WINAPI IRowPositionChange_RemoteOnRowPositionChange_Proxy(IRowPositionChange *This,DBREASO…
5542 …HRESULT WINAPI IRowPositionChange_OnRowPositionChange_Proxy(IRowPositionChange *This,DBREASON eRea…
5543 …HRESULT WINAPI IRowPositionChange_OnRowPositionChange_Stub(IRowPositionChange *This,DBREASON eReas…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs9723 pub struct IRowPositionChange(::windows::runtime::IUnknown);
9724 impl IRowPositionChange {
9730 unsafe impl ::windows::runtime::Interface for IRowPositionChange {
9734 impl ::std::convert::From<IRowPositionChange> for ::windows::runtime::IUnknown {
9735 fn from(value: IRowPositionChange) -> Self {
9739 impl ::std::convert::From<&IRowPositionChange> for ::windows::runtime::IUnknown {
9740 fn from(value: &IRowPositionChange) -> Self {
9744 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IRowPositionChange {
9749 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IRowPositionChange {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3524 pub type IRowPositionChange = *mut ::core::ffi::c_void; typedef