Home
last modified time | relevance | path

Searched refs:ICommandWithParameters (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DOleDbCommand.cs366 private UnsafeNativeMethods.ICommandWithParameters ICommandWithParameters() { in ICommandWithParameters() method in System.Data.OleDb.OleDbCommand
369 …UnsafeNativeMethods.ICommandWithParameters value = (_icommandText as UnsafeNativeMethods.ICommandW… in ICommandWithParameters()
382 … UnsafeNativeMethods.ICommandWithParameters commandWithParameters = ICommandWithParameters(); in CreateAccessor()
407 …private void ApplyParameterBindings(UnsafeNativeMethods.ICommandWithParameters commandWithParamete… in ApplyParameterBindings()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsoledbsql.h27 typedef struct ICommandWithParameters ICommandWithParameters; typedef
659 struct ISSCommandWithParameters : public ICommandWithParameters {
H A Doledb.h162 typedef struct ICommandWithParameters ICommandWithParameters; typedef
3262 struct ICommandWithParameters : public IUnknown { struct
3271 HRESULT (WINAPI *QueryInterface)(ICommandWithParameters *This,REFIID riid,void **ppvObject);
3272 ULONG (WINAPI *AddRef)(ICommandWithParameters *This);
3273 ULONG (WINAPI *Release)(ICommandWithParameters *This);
3274 …HRESULT (WINAPI *GetParameterInfo)(ICommandWithParameters *This,DB_UPARAMS *pcParams,DBPARAMINFO *…
3275 …HRESULT (WINAPI *MapParameterNames)(ICommandWithParameters *This,DB_UPARAMS cParamNames,const OLEC…
3276 …HRESULT (WINAPI *SetParameterInfo)(ICommandWithParameters *This,DB_UPARAMS cParams,const DB_UPARAM…
3279 struct ICommandWithParameters { struct
5592 …HRESULT WINAPI ICommandWithParameters_GetParameterInfo_Proxy(ICommandWithParameters *This,DB_UPARA…
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsoledbsql.h27 typedef struct ICommandWithParameters ICommandWithParameters; typedef
659 struct ISSCommandWithParameters : public ICommandWithParameters {
H A Doledb.h162 typedef struct ICommandWithParameters ICommandWithParameters; typedef
3262 struct ICommandWithParameters : public IUnknown { struct
3271 HRESULT (WINAPI *QueryInterface)(ICommandWithParameters *This,REFIID riid,void **ppvObject);
3272 ULONG (WINAPI *AddRef)(ICommandWithParameters *This);
3273 ULONG (WINAPI *Release)(ICommandWithParameters *This);
3274 …HRESULT (WINAPI *GetParameterInfo)(ICommandWithParameters *This,DB_UPARAMS *pcParams,DBPARAMINFO *…
3275 …HRESULT (WINAPI *MapParameterNames)(ICommandWithParameters *This,DB_UPARAMS cParamNames,const OLEC…
3276 …HRESULT (WINAPI *SetParameterInfo)(ICommandWithParameters *This,DB_UPARAMS cParams,const DB_UPARAM…
3279 struct ICommandWithParameters { struct
5592 …HRESULT WINAPI ICommandWithParameters_GetParameterInfo_Proxy(ICommandWithParameters *This,DB_UPARA…
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DUnsafeNativeMethods.cs840 internal interface ICommandWithParameters { interface in System.Data.Common.UnsafeNativeMethods
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs5557 pub struct ICommandWithParameters(::windows::runtime::IUnknown);
5558 impl ICommandWithParameters {
5572 unsafe impl ::windows::runtime::Interface for ICommandWithParameters {
5576 impl ::std::convert::From<ICommandWithParameters> for ::windows::runtime::IUnknown {
5577 fn from(value: ICommandWithParameters) -> Self {
5581 impl ::std::convert::From<&ICommandWithParameters> for ::windows::runtime::IUnknown {
5582 fn from(value: &ICommandWithParameters) -> Self {
5586 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ICommandWithParameters
5591 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ICommandWithParameters {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3375 pub type ICommandWithParameters = *mut ::core::ffi::c_void; typedef