midlCharOption 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.
Used by the DefaultCharType property.
public enum class midlCharOption
public enum class midlCharOption
enum midlCharOption
public enum midlCharOption
type midlCharOption =
Public Enum midlCharOption
- Inheritance
-
midlCharOption
Fields
Name | Value | Description |
---|---|---|
midlCharUnsigned | 0 | Unsigned |
midlCharSigned | 1 | Signed |
midlCharAscii7 | 2 | ASCII7 |
Remarks
See MIDL Property Pages: General for more information.