DTP_BUFFCOL.lOffset Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the number of bytes from the beginning of a row to where the column data begins.
public: int lOffset;
public int lOffset;
val mutable lOffset : int
Public lOffset As Integer
Field Value
Remarks
The data of a column is stored lOffset bytes from the beginning of a row in a buffer's memory area. This value can be zero if the data is at the beginning of the row, but it cannot be negative.