IEnumPStoreItems interface
[Protected Storage (Pstore) is available for use in Windows Server 2003 and Windows XP. It is only available for read-only operations in Windows Server 2008 and Windows Vista, but may be unavailable in subsequent versions. Pstore uses an older implementation of data protection. Developers are strongly encouraged to take advantage of the stronger data protection provided by the CryptProtectData and CryptUnprotectData functions.]
Provides the COM-standard enumeration methods for the IPStore interface.
Members
The IEnumPStoreItems interface inherits from the IUnknown interface. IEnumPStoreItems also has these types of members:
Methods
The IEnumPStoreItems interface has these methods.
Method | Description |
---|---|
Clone | Creates another enumerator that contains the same enumeration state as the current one. |
Next | Gets the next specified data item in the enumeration sequence. |
Reset | Resets to the beginning of the enumeration sequence. |
Skip | Skips the specified data item in the enumeration sequence. |
Remarks
It is necessary to free each item after enumerating it. The enumerator object must also be released when it is no longer being used.
Requirements
Requirement | Value |
---|---|
Header |
|
DLL |
|