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