charSet Enum

Definition

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

charSetMBCS 2

Multi-Byte Character Set

charSetNotSet 0

Not set

charSetUnicode 1

Unicode

Remarks

charSet is used by the CharacterSet property.

Applies to