Home
last modified time | relevance | path

Searched refs:rgProperties (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 DDBPropSet.cs128 IntPtr rgProperties = Marshal.ReadIntPtr(ptr, offset); in ReleaseHandle()
129 if(ADP.PtrZero != rgProperties) { in ReleaseHandle()
132 IntPtr vptr = ADP.IntPtrOffset(rgProperties, ODB.OffsetOf_tagDBPROP_Value); in ReleaseHandle()
136 SafeNativeMethods.CoTaskMemFree(rgProperties); in ReleaseHandle()
177 IntPtr ptr = ADP.IntPtrOffset(propset.rgProperties, i * ODB.SizeOf_tagDBPROP); in GetPropertySet()
216 propset.rgProperties = SafeNativeMethods.CoTaskMemAlloc(countOfBytes); in SetPropertySet()
217 if (ADP.PtrZero != propset.rgProperties) { in SetPropertySet()
220 SafeNativeMethods.ZeroMemory(propset.rgProperties, countOfBytes); in SetPropertySet()
226 if (ADP.PtrZero == propset.rgProperties) { in SetPropertySet()
232 … IntPtr propertyPtr = ADP.IntPtrOffset(propset.rgProperties, i * ODB.SizeOf_tagDBPROP); in SetPropertySet()
H A DOleDbStruct.cs245 /* [size_is] */ DBPROP *rgProperties; field
256 internal IntPtr rgProperties; field in System.Data.OleDb.tagDBPROPSET
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DNativeMethods.cs26 [In] IntPtr rgProperties, in GetSourcesRowset() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h1789 DBPROP *rgProperties; member
3457 …sRowset(IUnknown *pUnkOuter,REFIID riid,ULONG cPropertySets,DBPROPSET rgProperties[],IUnknown **pp…
3465 …t *This,IUnknown *pUnkOuter,REFIID riid,ULONG cPropertySets,DBPROPSET rgProperties[],IUnknown **pp…
3475 …er,riid,cPropertySets,rgProperties,ppSourcesRowset) (This)->lpVtbl->GetSourcesRowset(This,pUnkOute… argument
3478 … *This,IUnknown *pUnkOuter,REFIID riid,ULONG cPropertySets,DBPROPSET *rgProperties,IUnknown **ppSo…
5610 …t *This,IUnknown *pUnkOuter,REFIID riid,ULONG cPropertySets,DBPROPSET rgProperties[],IUnknown **pp…
5611 … *This,IUnknown *pUnkOuter,REFIID riid,ULONG cPropertySets,DBPROPSET *rgProperties,IUnknown **ppSo…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h1789 DBPROP *rgProperties; member
3457 …sRowset(IUnknown *pUnkOuter,REFIID riid,ULONG cPropertySets,DBPROPSET rgProperties[],IUnknown **pp…
3465 …t *This,IUnknown *pUnkOuter,REFIID riid,ULONG cPropertySets,DBPROPSET rgProperties[],IUnknown **pp…
3475 …er,riid,cPropertySets,rgProperties,ppSourcesRowset) (This)->lpVtbl->GetSourcesRowset(This,pUnkOute… argument
3478 … *This,IUnknown *pUnkOuter,REFIID riid,ULONG cPropertySets,DBPROPSET *rgProperties,IUnknown **ppSo…
5610 …t *This,IUnknown *pUnkOuter,REFIID riid,ULONG cPropertySets,DBPROPSET rgProperties[],IUnknown **pp…
5611 … *This,IUnknown *pUnkOuter,REFIID riid,ULONG cPropertySets,DBPROPSET *rgProperties,IUnknown **ppSo…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs1981 pub rgProperties: *mut DBPROP, field
1999 pub rgProperties: *mut DBPROP, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs2590 pub rgProperties: *mut DBPROP,
2605 …fmt.debug_struct("DBPROPSET").field("rgProperties", &self.rgProperties).field("cProperties", &self…
2611 …self.rgProperties == other.rgProperties && self.cProperties == other.cProperties && self.guidPrope…