enum | System.Runtime.InteropServices.VarEnum {
System.Runtime.InteropServices.VT_EMPTY = 0
, System.Runtime.InteropServices.VT_NULL = 1
, System.Runtime.InteropServices.VT_I2 = 2
, System.Runtime.InteropServices.VT_I4 = 3
,
System.Runtime.InteropServices.VT_R4 = 4
, System.Runtime.InteropServices.VT_R8 = 5
, System.Runtime.InteropServices.VT_CY = 6
, System.Runtime.InteropServices.VT_DATE = 7
,
System.Runtime.InteropServices.VT_BSTR = 8
, System.Runtime.InteropServices.VT_DISPATCH = 9
, System.Runtime.InteropServices.VT_ERROR = 10
, System.Runtime.InteropServices.VT_BOOL = 11
,
System.Runtime.InteropServices.VT_VARIANT = 12
, System.Runtime.InteropServices.VT_UNKNOWN = 13
, System.Runtime.InteropServices.VT_DECIMAL = 14
, System.Runtime.InteropServices.VT_I1 = 16
,
System.Runtime.InteropServices.VT_UI1 = 17
, System.Runtime.InteropServices.VT_UI2 = 18
, System.Runtime.InteropServices.VT_UI4 = 19
, System.Runtime.InteropServices.VT_I8 = 20
,
System.Runtime.InteropServices.VT_UI8 = 21
, System.Runtime.InteropServices.VT_INT = 22
, System.Runtime.InteropServices.VT_UINT = 23
, System.Runtime.InteropServices.VT_VOID = 24
,
System.Runtime.InteropServices.VT_HRESULT = 25
, System.Runtime.InteropServices.VT_PTR = 26
, System.Runtime.InteropServices.VT_SAFEARRAY = 27
, System.Runtime.InteropServices.VT_CARRAY = 28
,
System.Runtime.InteropServices.VT_USERDEFINED = 29
, System.Runtime.InteropServices.VT_LPSTR = 30
, System.Runtime.InteropServices.VT_LPWSTR = 31
, System.Runtime.InteropServices.VT_RECORD = 36
,
System.Runtime.InteropServices.VT_FILETIME = 64
, System.Runtime.InteropServices.VT_BLOB = 65
, System.Runtime.InteropServices.VT_STREAM = 66
, System.Runtime.InteropServices.VT_STORAGE = 67
,
System.Runtime.InteropServices.VT_STREAMED_OBJECT = 68
, System.Runtime.InteropServices.VT_STORED_OBJECT = 69
, System.Runtime.InteropServices.VT_BLOB_OBJECT = 70
, System.Runtime.InteropServices.VT_CF = 71
,
System.Runtime.InteropServices.VT_CLSID = 72
, System.Runtime.InteropServices.VT_VECTOR = 4096
, System.Runtime.InteropServices.VT_ARRAY = 8192
, System.Runtime.InteropServices.VT_BYREF = 16384
} |