COMVariantType 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 COMVariantType
public enum COMVariantType
type COMVariantType =
Public Enum COMVariantType
- Inheritance
-
COMVariantType
Fields
Name | Value | Description |
---|---|---|
VT_EMPTY | 0 | |
VT_NULL | 1 | |
VT_I2 | 2 | |
VT_I4 | 3 | |
VT_R4 | 4 | |
VT_R8 | 5 | |
VT_CY | 6 | |
VT_DATE | 7 | |
VT_BSTR | 8 | |
VT_DISPATCH | 9 | |
VT_ERROR | 10 | |
VT_BOOL | 11 | |
VT_VARIANT | 12 | |
VT_UNKNOWN | 13 | |
VT_DECIMAL | 14 | |
RESERVED15 | 15 | |
VT_I1 | 16 | |
VT_UI1 | 17 | |
VT_UI2 | 18 | |
VT_UI4 | 19 | |
VT_I8 | 20 | |
VT_UI8 | 21 | |
VT_INT | 22 | |
VT_UINT | 23 | |
RESERVED24 | 24 | |
RESERVED25 | 25 | |
RESERVED26 | 26 | |
VT_SAFEARRAY | 27 |