1 write to rgProperties
System.Data.OleDb (1)
DbPropSet.cs (1)
246
propset.
rgProperties
= Interop.Ole32.CoTaskMemAlloc(countOfBytes);
5 references to rgProperties
System.Data.OleDb (5)
DbPropSet.cs (5)
197
IntPtr ptr = ADP.IntPtrOffset(propset.
rgProperties
, i * ODB.SizeOf_tagDBPROP);
247
if (IntPtr.Zero != propset.
rgProperties
)
251
SafeNativeMethods.ZeroMemory(propset.
rgProperties
, (int)countOfBytes);
257
if (IntPtr.Zero == propset.
rgProperties
)
265
IntPtr propertyPtr = ADP.IntPtrOffset(propset.
rgProperties
, i * ODB.SizeOf_tagDBPROP);