__VSTFF Enum
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.
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
Name | Value | Description |
---|---|---|
VSTFF_FLAGSMASK | -65536 | Mask for the flags portion of VSTFF. |
VSTFF_CPMASK | 65535 | Mask for the codepage portion of VSTFF. |
VSTFF_SIGNATURE | 65536 | VS Text File Format file signature (Byte Order Mark, UTF-8 sig.). |
VSTFF_DETECT | 16777216 | Extra analysis to detect encoding. |
VSTFF_HTML | 33554432 | HTML. |
VSTFF_XML | 67108864 | XML. |
VSTFF_BINARY | 134217728 | Binary handling. |
Remarks
COM Signature
From textmgr.idl: