Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h142 typedef struct IConvertType IConvertType; typedef
3108 struct IConvertType : public IUnknown { struct
3115 HRESULT (WINAPI *QueryInterface)(IConvertType *This,REFIID riid,void **ppvObject);
3116 ULONG (WINAPI *AddRef)(IConvertType *This);
3117 ULONG (WINAPI *Release)(IConvertType *This);
3118 …HRESULT (WINAPI *CanConvert)(IConvertType *This,DBTYPE wFromType,DBTYPE wToType,DBCONVERTFLAGS dwC…
3121 struct IConvertType { struct
3131 …HRESULT WINAPI IConvertType_RemoteCanConvert_Proxy(IConvertType *This,DBTYPE wFromType,DBTYPE wToT…
5578 …HRESULT WINAPI IConvertType_CanConvert_Proxy(IConvertType *This,DBTYPE wFromType,DBTYPE wToType,DB…
5579 …HRESULT WINAPI IConvertType_CanConvert_Stub(IConvertType *This,DBTYPE wFromType,DBTYPE wToType,DBC…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h142 typedef struct IConvertType IConvertType; typedef
3108 struct IConvertType : public IUnknown { struct
3115 HRESULT (WINAPI *QueryInterface)(IConvertType *This,REFIID riid,void **ppvObject);
3116 ULONG (WINAPI *AddRef)(IConvertType *This);
3117 ULONG (WINAPI *Release)(IConvertType *This);
3118 …HRESULT (WINAPI *CanConvert)(IConvertType *This,DBTYPE wFromType,DBTYPE wToType,DBCONVERTFLAGS dwC…
3121 struct IConvertType { struct
3131 …HRESULT WINAPI IConvertType_RemoteCanConvert_Proxy(IConvertType *This,DBTYPE wFromType,DBTYPE wToT…
5578 …HRESULT WINAPI IConvertType_CanConvert_Proxy(IConvertType *This,DBTYPE wFromType,DBTYPE wToType,DB…
5579 …HRESULT WINAPI IConvertType_CanConvert_Stub(IConvertType *This,DBTYPE wFromType,DBTYPE wToType,DBC…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs6370 pub struct IConvertType(::windows::runtime::IUnknown);
6371 impl IConvertType {
6376 unsafe impl ::windows::runtime::Interface for IConvertType {
6380 impl ::std::convert::From<IConvertType> for ::windows::runtime::IUnknown {
6381 fn from(value: IConvertType) -> Self {
6385 impl ::std::convert::From<&IConvertType> for ::windows::runtime::IUnknown {
6386 fn from(value: &IConvertType) -> Self {
6390 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IConvertType {
6395 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IConvertType {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3381 pub type IConvertType = *mut ::core::ffi::c_void; typedef