Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITrustedStorage::enumEntries ( p6IEnumTrustedStorage **  ppEnum)
pure virtual

The returned enumerator can be used to walk all the entires in the trusted storage.

Parameters
ppEnum[ out ] Returns all UUIDs of blobs stored in the trusted storage.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgppEnum is NULL.
P6R::eNotSupportedThe trusted storage instance does not support enumerators.