Class PropVariant
Inheritance
System.Object
PropVariant
Namespace: Syncfusion.CompoundFile.DocIO.Native
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public class PropVariant : Object
Constructors
PropVariant()
Declaration
public PropVariant()
Fields
DEF_FILETIME_TICKS_DIFFERENCE
Difference in ticks of FILETIME and DateTime.
Declaration
public const long DEF_FILETIME_TICKS_DIFFERENCE = 504911232000000000L
Field Value
Type |
---|
System.Int64 |
FirstIntOffset
Offset to the first int of the data.
Declaration
public const int FirstIntOffset = 8
Field Value
Type |
---|
System.Int32 |
PropVariantSize
Size of the native windows PROPVARIANT structure.
Declaration
public static readonly int PropVariantSize
Field Value
Type |
---|
System.Int32 |
SecondIntOffset
Offset to the second int of the data.
Declaration
public static readonly int SecondIntOffset
Field Value
Type |
---|
System.Int32 |
TYPE_OFFSET
Offset to the type of the PropVariant.
Declaration
public const int TYPE_OFFSET = 0
Field Value
Type |
---|
System.Int32 |