Enum VARTYPE
This enumeration is used in VARIANT, TYPEDESC, OLE property sets, and safe arrays.
Namespace: Syncfusion.CompoundFile.DocIO.Native
Assembly: Syncfusion.DocIO.Base.dll
Syntax
[Flags]
public enum VARTYPEFields
| Name | Description | 
|---|---|
| VT_BOOL | Variable type is Boolean; True=-1, False=0. | 
| VT_BSTR | Variable type is binary string. | 
| VT_DATE | Variable type is date. | 
| VT_EMPTY | Variable type is not specified. | 
| VT_FILETIME | Variable type is FILENAME string. | 
| VT_I4 | Variable type is 4-byte signed INT. | 
| VT_INT | Variable type is int. | 
| VT_LPSTR | Variable type is LPSTR. | 
| VT_LPWSTR | Variable type is LPWSTR | 
| VT_VARIANT | Variable type is VARIANT FAR*. | 
| VT_VECTOR | Variable type is binary VECTOR. |