Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystore3::enumAttributes ( P6UUID pUUID,
p6IEnumKeystoreAttrib **  ppEnum 
)
pure virtual

The returned enumerator can be used to walk all the attributes associated with an entry in the keystore.

Note that links cannot have attributes associated with them.

Parameters
pUUID[ in ] There can only be one item associated with the globally unique identifer in the keystore.
ppEnum[ out ] Used to get all the attributes of a single object in the keystore.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpUUID or ppEnum is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidStateA successful call to open() was not made before this call.
P6R::eNotFoundNo entires exist matching the request.