tagBUFFERCOL.lCodePage Field

Definition

Specifies the character set used to interpret the data in a buffer column.

public: int lCodePage;
public int lCodePage;
val mutable lCodePage : int
Public lCodePage As Integer 

Field Value

Remarks

For multibyte character set data types, such as DT_STR and DT_TEXT, this value must contain a valid code page. For other types, this field contains a zero and is ignored.

Applies to