Creates an enumerator object designed to enumerate data of type STATPROPSTG, which contains information on the current property set. On return, this method supplies a pointer to the IEnumSTATPROPSTG pointer on this object.
HRESULT Enum(
IEnumSTATPROPSTG ** ppenum //Address of output variable that
//receives the IEnumSTATPROPSTG
//interface pointer
);
This method supports the standard return value E_UNEXPECTED, as well as the following:
IPropertyStorage::Enum creates an enumeration object that can be used to iterate STATPROPSTG structures. On return, this method supplies a pointer to an instance of IEnumSTATPROPSTG interface on this objects whose methods you can call to obtain information on the current property set.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
Windows CE: Unsupported.
Header: Declared in objidl.h.
IEnumSTATPROPSTG, IEnumSTATPROPSTG -- Compound File Implementation