STATPROPSETSTG
Contains
information about a property set. To get this information, call IPropertyStorage::Stat
typedef struct tagSTATPROPSETSTG {
FMTID fmtid;
CLSID clsid;
DWORD grfFlags;
FILETIME mtime;
FILETIME ctime;
FILETIME atime;
} STATPROPSETSTG
Members
fmtid
Format
identifier of the current property set.
clsid
The CLSID
associated with this property set.
grfFlags
Flag values
of the property set, as specified in IPropertySetStorage::Create.
mtime
Time in
Universal Coordinated Time (UTC) that the property set was last modified.
ctime
Time in UTC
at which this property set was created.
atime
Time in UCT
at which this property set was last accessed.
See Also