WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct tagSTATPROPSETSTG

    Show / Hide Table of Contents

    Struct tagSTATPROPSETSTG

    Macros for parsing the OS Version of the Property Set Header.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.CompoundFile.DocIO.Native
    Assembly: Syncfusion.DocIO.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 Description
    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 Description
    System.Guid

    ctime

    Time in UTC when this property set was created.

    Declaration
    public FILETIME ctime
    Field Value
    Type Description
    System.Runtime.InteropServices.ComTypes.FILETIME

    dwOSVersion

    Os vorsion.

    Declaration
    public uint dwOSVersion
    Field Value
    Type Description
    System.UInt32

    fmtid

    FMTID of the current property set, specified when the property set was initially created.

    Declaration
    public Guid fmtid
    Field Value
    Type Description
    System.Guid

    grfFlags

    Flag values of the property set, as specified in IPropertySetStorage::Create.

    Declaration
    public uint grfFlags
    Field Value
    Type Description
    System.UInt32

    mtime

    Time in Universal Coordinated Time (UTC) when the property set was last modified.

    Declaration
    public FILETIME mtime
    Field Value
    Type Description
    System.Runtime.InteropServices.ComTypes.FILETIME
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved