ExtTypes 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.
public enum class ExtTypes
public enum ExtTypes
type ExtTypes =
Public Enum ExtTypes
- Inheritance
-
ExtTypes
Fields
Name | Value | Description |
---|---|---|
Byte | 0 | |
Word | 1 | |
DWord | 2 | |
Double | 3 | |
String | 4 | |
Binary | 5 | |
Pointer | 6 | |
Void | 7 | |
WString | 8 |