Skip to content

Latest commit

 

History

History
106 lines (77 loc) · 3.41 KB

ns-propidl-statpropsetstg.md

File metadata and controls

106 lines (77 loc) · 3.41 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:propidl.tagSTATPROPSETSTG
STATPROPSETSTG (propidl.h)
The STATPROPSETSTG structure contains information about a property set. (STATPROPSETSTG structure)
STATPROPSETSTG
STATPROPSETSTG structure [Structured Storage]
_stg_statpropsetstg
propidlbase/STATPROPSETSTG
stg.statpropsetstg
tagSTATPROPSETSTG
stg\statpropsetstg.htm
Stg
8e5cc502-9f96-4f4b-8729-cac4a1ffcd6f
08/02/2022
STATPROPSETSTG, STATPROPSETSTG structure [Structured Storage], _stg_statpropsetstg, propidlbase/STATPROPSETSTG, stg.statpropsetstg, tagSTATPROPSETSTG
propidl.h
Propidl.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Windows
STATPROPSETSTG
19H1
tagSTATPROPSETSTG
propidl/tagSTATPROPSETSTG
STATPROPSETSTG
propidl/STATPROPSETSTG
c++
APIRef
kbSyntax
HeaderDef
propidlbase.h
STATPROPSETSTG

STATPROPSETSTG structure

-description

The STATPROPSETSTG structure contains information about a property set. To get this information, call IPropertyStorage::Stat, which fills in a buffer containing the information describing the current property set. To enumerate the STATPROPSETSTG structures for the property sets in the current property-set storage, call IPropertySetStorage::Enum to get a pointer to an enumerator. You can then call the enumeration methods of the IEnumSTATPROPSETSTG interface on the enumerator. The structure is defined as follows:

-struct-fields

-field fmtid

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

-field 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.

-field grfFlags

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

-field mtime

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

-field ctime

Time in UTC when this property set was created.

-field atime

Time in UTC when this property set was last accessed.

-field dwOSVersion

-see-also

FILETIME

IEnumSTATPROPSETSTG

IPropertySetStorage::Create

IPropertyStorage::Stat