Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystore2::updateAttribute ( P6UUID pUUID,
P6KEYSTORE_ATTRIBUTE  changeAttrib 
)
pure virtual

Change the value of an existing attribute to an object in the keystore.

The attribute must have been created by a previous call to addAttribute(). This call can be used to change the type of an attribute value (e.g., from a string to an integer).

Parameters
pUUID[ in ] There can only be one item associated with the globally unique identifer.
changeAttrib
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpUUID is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eFormatErrorThe given attribute name is not associated with the given object.
P6R::eNotFoundThere is no object associated with the pUUID parameter.
P6R::eInvalidStateA successful call to open() was not made before this call.