22 references to tagVT
Microsoft.VisualBasic.Core (22)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (22)
72
[Error] =
tagVT
.VT_ERROR
73
[Boolean] =
tagVT
.VT_BOOL
74
[Byte] =
tagVT
.VT_UI1
75
[Short] =
tagVT
.VT_I2
76
[Integer] =
tagVT
.VT_I4
77
[Decimal] =
tagVT
.VT_DECIMAL
78
[Single] =
tagVT
.VT_R4
79
[Double] =
tagVT
.VT_R8
80
[String] =
tagVT
.VT_BSTR
81
[ByteArray] =
tagVT
.VT_UI1 Or _
82
tagVT
.VT_ARRAY
83
[CharArray] =
tagVT
.VT_UI2 Or _
84
tagVT
.VT_ARRAY
85
[Date] =
tagVT
.VT_DATE
86
[Long] =
tagVT
.VT_I8
87
[Char] =
tagVT
.VT_UI2
88
[Variant] =
tagVT
.VT_VARIANT
89
[Array] =
tagVT
.VT_ARRAY
90
[DBNull] =
tagVT
.VT_NULL
91
[Empty] =
tagVT
.VT_EMPTY
92
[Structure] =
tagVT
.VT_RECORD
93
[Currency] =
tagVT
.VT_CY