Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystore::replaceBlob ( const P6WCHAR pNamespace,
const P6WCHAR pName,
P6BSTR  blob 
)
pure virtual

Deletes an existing blob matching the 'pNamespace pName' identifer, and then creates a new blob (with the same name) in the keystore.

Parameters
pNamespace[ in ] An identifier to separate the namespace of pName between applications
pName[ in ] An application defined, unique identifier for a blob
blob[ in ] A new blob to save in the keystore
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parmaeter 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::eNotFoundThere is no keystore entry associated with the pNamespace pName identifer.
P6R::eTooBigpNamespace is larger than P6KSMAXNAMESPACE or pName is larger than P6KSMAXNAME.
P6R::eTooSmallpNamespace or pName have length of zero.