charSet 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.
Defines whether _UNICODE or _MBCS should be set. It also affects the linker entry point where appropriate.
public enum class charSet
public enum class charSet
enum charSet
public enum charSet
type charSet =
Public Enum charSet
- Inheritance
-
charSet
Fields
Name | Value | Description |
---|---|---|
charSetNotSet | 0 | Not set |
charSetUnicode | 1 | Unicode |
charSetMBCS | 2 | Multi-Byte Character Set |
Remarks
charSet is used by the CharacterSet property.