charSet Enum
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
C++/CX
public enum class charSet
enum charSet
public enum charSet
type charSet =
Public Enum charSet
- Inheritance
-
charSet
Name | Value | Description |
---|---|---|
charSetNotSet | 0 | Not set |
charSetUnicode | 1 | Unicode |
charSetMBCS | 2 | Multi-Byte Character Set |
charSet is used by the CharacterSet property.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |