Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystore5::copyBlobByUUID ( P6UUID pExistingBlob,
const P6WCHAR pCopyName,
P6UUID pCopy 
)
pure virtual

Makes a new blob instance by copying an existing blob instance and associating it with a new globally unique identifer.

This is a shallow copy without copying any associated links or attributes.

Parameters
pExistingBlob[ in ] There can only be one item associated with the globally unique identifer.
pCopyName[ in ] Name of new blob copy, Name must be unique in a Namespace
pCopy[ out ] Copy of the pExistingBlob but with a new globally unique identifer.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgIf pBlob is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eNotFoundThere is no keystore entry associated with the UUID parameter.
P6R::eInvalidStateA successful call to open() was not made before this call.