__VSTFF Enum

Definition

Specifies the format of the text file.

public enum class __VSTFF
public enum class __VSTFF
enum __VSTFF
public enum __VSTFF
type __VSTFF = 
Public Enum __VSTFF
Inheritance
__VSTFF

Fields

VSTFF_BINARY 134217728

Binary handling.

VSTFF_CPMASK 65535

Mask for the codepage portion of VSTFF.

VSTFF_DETECT 16777216

Extra analysis to detect encoding.

VSTFF_FLAGSMASK -65536

Mask for the flags portion of VSTFF.

VSTFF_HTML 33554432

HTML.

VSTFF_SIGNATURE 65536

VS Text File Format file signature (Byte Order Mark, UTF-8 sig.).

VSTFF_XML 67108864

XML.

Remarks

COM Signature

From textmgr.idl:

Applies to