Struct tagSTATPROPSETSTG
Macros for parsing the OS Version of the Property Set Header.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.CompoundFile.XlsIO.Native
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[CLSCompliant(false)]
public struct tagSTATPROPSETSTG
Fields
atime
Time in UTC when this property set was last accessed.
Declaration
public FILETIME atime
Field Value
Type |
---|
System.Runtime.InteropServices.ComTypes.FILETIME |
clsid
CLSID associated with this property set, specified when the property set was initially created and possibly modified thereafter with IPropertyStorage::SetClass. If not set, the value will be CLSID_NULL.
Declaration
public Guid clsid
Field Value
Type |
---|
System.Guid |
ctime
Time in UTC when this property set was created.
Declaration
public FILETIME ctime
Field Value
Type |
---|
System.Runtime.InteropServices.ComTypes.FILETIME |
dwOSVersion
Os vorsion.
Declaration
public uint dwOSVersion
Field Value
Type |
---|
System.UInt32 |
fmtid
FMTID of the current property set, specified when the property set was initially created.
Declaration
public Guid fmtid
Field Value
Type |
---|
System.Guid |
grfFlags
Flag values of the property set, as specified in IPropertySetStorage::Create.
Declaration
public uint grfFlags
Field Value
Type |
---|
System.UInt32 |
mtime
Time in Universal Coordinated Time (UTC) when the property set was last modified.
Declaration
public FILETIME mtime
Field Value
Type |
---|
System.Runtime.InteropServices.ComTypes.FILETIME |