Home
last modified time | relevance | path

Searched defs:ICommandWithParameters (Results 1 – 7 of 7) 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
/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/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsoledbsql.h27 typedef struct ICommandWithParameters ICommandWithParameters; typedef
H A Doledb.h162 typedef struct ICommandWithParameters ICommandWithParameters; typedef
3262 struct ICommandWithParameters : public IUnknown { struct
3279 struct ICommandWithParameters { struct
3280 CONST_VTBL struct ICommandWithParametersVtbl *lpVtbl; argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsoledbsql.h27 typedef struct ICommandWithParameters ICommandWithParameters; typedef
H A Doledb.h162 typedef struct ICommandWithParameters ICommandWithParameters; typedef
3262 struct ICommandWithParameters : public IUnknown { struct
3279 struct ICommandWithParameters { struct
3280 CONST_VTBL struct ICommandWithParametersVtbl *lpVtbl; argument
/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