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

The returned enumerator can be used to get a list of all namespaces defined in a keystore.

A string value is returned for each namespace entry.

Parameters
ppEnum[ out ] a generic string enumerator is returned.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgppEnum 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 namespaces exist in the keystore