Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledbdep.h77 typedef struct ICommandCost ICommandCost; typedef
623 struct ICommandCost : public IUnknown { struct
635 HRESULT (WINAPI *QueryInterface)(ICommandCost *This,REFIID riid,void **ppvObject);
636 ULONG (WINAPI *AddRef)(ICommandCost *This);
637 ULONG (WINAPI *Release)(ICommandCost *This);
638 …HRESULT (WINAPI *GetAccumulatedCost)(ICommandCost *This,LPCOLESTR pwszRowsetName,ULONG *pcCostLimi…
639 …HRESULT (WINAPI *GetCostEstimate)(ICommandCost *This,LPCOLESTR pwszRowsetName,ULONG *pcCostEstimat…
640 …HRESULT (WINAPI *GetCostGoals)(ICommandCost *This,LPCOLESTR pwszRowsetName,ULONG *pcCostGoals,DBCO…
641 …HRESULT (WINAPI *GetCostLimits)(ICommandCost *This,LPCOLESTR pwszRowsetName,ULONG *pcCostLimits,DB…
642 …HRESULT (WINAPI *SetCostGoals)(ICommandCost *This,LPCOLESTR pwszRowsetName,ULONG cCostGoals,const …
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledbdep.h77 typedef struct ICommandCost ICommandCost; typedef
623 struct ICommandCost : public IUnknown { struct
635 HRESULT (WINAPI *QueryInterface)(ICommandCost *This,REFIID riid,void **ppvObject);
636 ULONG (WINAPI *AddRef)(ICommandCost *This);
637 ULONG (WINAPI *Release)(ICommandCost *This);
638 …HRESULT (WINAPI *GetAccumulatedCost)(ICommandCost *This,LPCOLESTR pwszRowsetName,ULONG *pcCostLimi…
639 …HRESULT (WINAPI *GetCostEstimate)(ICommandCost *This,LPCOLESTR pwszRowsetName,ULONG *pcCostEstimat…
640 …HRESULT (WINAPI *GetCostGoals)(ICommandCost *This,LPCOLESTR pwszRowsetName,ULONG *pcCostGoals,DBCO…
641 …HRESULT (WINAPI *GetCostLimits)(ICommandCost *This,LPCOLESTR pwszRowsetName,ULONG *pcCostLimits,DB…
642 …HRESULT (WINAPI *SetCostGoals)(ICommandCost *This,LPCOLESTR pwszRowsetName,ULONG cCostGoals,const …
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs5164 pub struct ICommandCost(::windows::runtime::IUnknown);
5165 impl ICommandCost {
5191 unsafe impl ::windows::runtime::Interface for ICommandCost {
5195 impl ::std::convert::From<ICommandCost> for ::windows::runtime::IUnknown {
5196 fn from(value: ICommandCost) -> Self {
5200 impl ::std::convert::From<&ICommandCost> for ::windows::runtime::IUnknown {
5201 fn from(value: &ICommandCost) -> Self {
5205 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ICommandCost {
5210 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ICommandCost {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3368 pub type ICommandCost = *mut ::core::ffi::c_void; typedef