Skip to content

Latest commit

 

History

History
69 lines (59 loc) · 3.53 KB

nn-propidlbase-ienumstatpropsetstg.md

File metadata and controls

69 lines (59 loc) · 3.53 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
NN:propidlbase.IEnumSTATPROPSETSTG
IEnumSTATPROPSETSTG (propidlbase.h)
The IEnumSTATPROPSETSTG interface iterates through an array of STATPROPSETSTG structures containing statistical data about the property sets managed by the current IPropertySetStorage instance.
IEnumSTATPROPSETSTG
IEnumSTATPROPSETSTG interface [Structured Storage]
IEnumSTATPROPSETSTG interface [Structured Storage]
described
_stg_ienumstatpropsetstg
propidlbase/IEnumSTATPROPSETSTG
stg.ienumstatpropsetstg
stg\ienumstatpropsetstg.htm
Stg
8d5e658f-312c-4c91-8794-808b2e8dd182
08/02/2022
IEnumSTATPROPSETSTG, IEnumSTATPROPSETSTG interface [Structured Storage], IEnumSTATPROPSETSTG interface [Structured Storage],described, _stg_ienumstatpropsetstg, propidlbase/IEnumSTATPROPSETSTG, stg.ienumstatpropsetstg
propidlbase.h
Propidl.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
Propidl.idl
Uuid.lib
Ole32.dll
Windows
19H1
IEnumSTATPROPSETSTG
propidlbase/IEnumSTATPROPSETSTG
c++
APIRef
kbSyntax
COM
Ole32.dll
IEnumSTATPROPSETSTG

IEnumSTATPROPSETSTG interface

-description

The IEnumSTATPROPSETSTG interface iterates through an array of STATPROPSETSTG structures. The STATPROPSETSTG structures contain statistical data about the property sets managed by the current IPropertySetStorage instance. IEnumSTATPROPSETSTG has the same methods as all enumerator interfaces: Next, Skip, Reset, and Clone.

The implementation defines the order in which the property sets are enumerated. Property sets that are present when the enumerator is created, and are not removed during the enumeration, will be enumerated only once. Property sets added or deleted while the enumeration is in progress may or may not be enumerated, but, if enumerated, will not be enumerated more than once.

For more information about how the COM compound document implementation of IEnumSTATPROPSETSTG::Next supplies members of the STATPROPSETSTG structure, see IEnumSTATPROPSETSTG--Compound File Implementation.

-inheritance

The IEnumSTATPROPSETSTG interface inherits from the IUnknown interface. IEnumSTATPROPSETSTG also has these types of members:

-see-also

IPropertyStorage::Enum