Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITrustedStorage::setItem ( P6BSTR pBlob,
P6UUID pUUID 
)
pure virtual

Store a blob into the trusted storage and receive a unique identifier to be used to later retrieve it.

All items that are stored in the trusted storage have meaning to the calling application but to the trusted storage it is just a blob.

Parameters
pBlob[ in ] The item to store into the trusted storage
pUUID[ out ] The newly added blob is assigned a unique identifier that can be used to retrieve it
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eDeviceFullTrusted storage if already full.