Home
last modified time | relevance | path

Searched refs:IDBSchemaRowset (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DOleDbWrapper.cs318 internal IDBSchemaRowsetWrapper IDBSchemaRowset(OleDbConnectionInternal connection) { in IDBSchemaRowset() method in System.Data.OleDb.SessionWrapper
391 private UnsafeNativeMethods.IDBSchemaRowset _value;
395 _value = (unknown as UnsafeNativeMethods.IDBSchemaRowset); in IDBSchemaRowsetWrapper()
398 internal UnsafeNativeMethods.IDBSchemaRowset Value {
H A DOleDbConnectionInternal.cs207 internal IDBSchemaRowsetWrapper IDBSchemaRowset() { in IDBSchemaRowset() method in System.Data.OleDb.OleDbConnectionInternal
210 return _sessionwrp.IDBSchemaRowset(this); in IDBSchemaRowset()
533 using(IDBSchemaRowsetWrapper wrapper = IDBSchemaRowset()) { in GetSchemaRowsetInformation()
534 UnsafeNativeMethods.IDBSchemaRowset dbSchemaRowset = wrapper.Value; in GetSchemaRowsetInformation()
576 using(IDBSchemaRowsetWrapper wrapper = IDBSchemaRowset()) { in GetSchemaRowset()
577 UnsafeNativeMethods.IDBSchemaRowset dbSchemaRowset = wrapper.Value; in GetSchemaRowset()
H A DSafeHandles.cs50 …internal DualCoTaskMem(UnsafeNativeMethods.IDBSchemaRowset dbSchemaRowset, out int schemaCount, ou… in DualCoTaskMem()
H A DOleDbConnection.cs468 using(IDBSchemaRowsetWrapper wrapper = connection.IDBSchemaRowset()) { in GetOleDbSchemaTable()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h242 typedef struct IDBSchemaRowset IDBSchemaRowset; typedef
3973 struct IDBSchemaRowset : public IUnknown { struct
3981 HRESULT (WINAPI *QueryInterface)(IDBSchemaRowset *This,REFIID riid,void **ppvObject);
3982 ULONG (WINAPI *AddRef)(IDBSchemaRowset *This);
3983 ULONG (WINAPI *Release)(IDBSchemaRowset *This);
3984 …HRESULT (WINAPI *GetRowset)(IDBSchemaRowset *This,IUnknown *pUnkOuter,REFGUID rguidSchema,ULONG cR…
3985 …HRESULT (WINAPI *GetSchemas)(IDBSchemaRowset *This,ULONG *pcSchemas,GUID **prgSchemas,ULONG **prgR…
3988 struct IDBSchemaRowset { struct
4001 …HRESULT WINAPI IDBSchemaRowset_RemoteGetSchemas_Proxy(IDBSchemaRowset *This,ULONG *pcSchemas,GUID …
5664 …HRESULT WINAPI IDBSchemaRowset_GetSchemas_Proxy(IDBSchemaRowset *This,ULONG *pcSchemas,GUID **prgS…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h242 typedef struct IDBSchemaRowset IDBSchemaRowset; typedef
3973 struct IDBSchemaRowset : public IUnknown { struct
3981 HRESULT (WINAPI *QueryInterface)(IDBSchemaRowset *This,REFIID riid,void **ppvObject);
3982 ULONG (WINAPI *AddRef)(IDBSchemaRowset *This);
3983 ULONG (WINAPI *Release)(IDBSchemaRowset *This);
3984 …HRESULT (WINAPI *GetRowset)(IDBSchemaRowset *This,IUnknown *pUnkOuter,REFGUID rguidSchema,ULONG cR…
3985 …HRESULT (WINAPI *GetSchemas)(IDBSchemaRowset *This,ULONG *pcSchemas,GUID **prgSchemas,ULONG **prgR…
3988 struct IDBSchemaRowset { struct
4001 …HRESULT WINAPI IDBSchemaRowset_RemoteGetSchemas_Proxy(IDBSchemaRowset *This,ULONG *pcSchemas,GUID …
5664 …HRESULT WINAPI IDBSchemaRowset_GetSchemas_Proxy(IDBSchemaRowset *This,ULONG *pcSchemas,GUID **prgS…
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DUnsafeNativeMethods.cs918 internal interface IDBSchemaRowset { 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.rs7068 pub struct IDBSchemaRowset(::windows::runtime::IUnknown);
7069 impl IDBSchemaRowset {
7089 unsafe impl ::windows::runtime::Interface for IDBSchemaRowset {
7093 impl ::std::convert::From<IDBSchemaRowset> for ::windows::runtime::IUnknown {
7094 fn from(value: IDBSchemaRowset) -> Self {
7098 impl ::std::convert::From<&IDBSchemaRowset> for ::windows::runtime::IUnknown {
7099 fn from(value: &IDBSchemaRowset) -> Self {
7103 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDBSchemaRowset {
7108 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDBSchemaRowset {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3394 pub type IDBSchemaRowset = *mut ::core::ffi::c_void; typedef