4 references to SizeOf_tagDBPROP
System.Data.OleDb (4)
DbPropSet.cs (4)
145for (int k = 0; k < cProperties; ++k, vptr = ADP.IntPtrOffset(vptr, ODB.SizeOf_tagDBPROP)) 197IntPtr ptr = ADP.IntPtrOffset(propset.rgProperties, i * ODB.SizeOf_tagDBPROP); 229nuint countOfBytes = (nuint)(properties.Length * ODB.SizeOf_tagDBPROP); 265IntPtr propertyPtr = ADP.IntPtrOffset(propset.rgProperties, i * ODB.SizeOf_tagDBPROP);