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