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.DocIO.Native
Assembly: Syncfusion.DocIO.Base.dll
Syntax
[CLSCompliant(false)]
public struct tagSTATPROPSETSTGFields
atime
Time in UTC when this property set was last accessed.
Declaration
public FILETIME atimeField 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 clsidField Value
| Type | 
|---|
| System.Guid | 
ctime
Time in UTC when this property set was created.
Declaration
public FILETIME ctimeField Value
| Type | 
|---|
| System.Runtime.InteropServices.ComTypes.FILETIME | 
dwOSVersion
Os vorsion.
Declaration
public uint dwOSVersionField Value
| Type | 
|---|
| System.UInt32 | 
fmtid
FMTID of the current property set, specified when the property set was initially created.
Declaration
public Guid fmtidField Value
| Type | 
|---|
| System.Guid | 
grfFlags
Flag values of the property set, as specified in IPropertySetStorage::Create.
Declaration
public uint grfFlagsField Value
| Type | 
|---|
| System.UInt32 | 
mtime
Time in Universal Coordinated Time (UTC) when the property set was last modified.
Declaration
public FILETIME mtimeField Value
| Type | 
|---|
| System.Runtime.InteropServices.ComTypes.FILETIME |