Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystore4::deleteNamespace ( const P6WCHAR pNamespace)
pure virtual

Deletes all the entires in the namespace no matter what the type of the object.

Parameters
pNamespace[ in ] An identifier to separate the namespace of pName between applications
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgIf pGUID is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eNotFoundThere is no objects associated with the pNamespace identifer.
P6R::eInvalidStateA successful call to open() was not made before this call.
P6R::eTooBigpNamespace is larger than P6KSMAXNAMESPACE.
P6R::eTooSmallpNamespace.