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

Finds and returns an existing blob with the matching global unique identifer in the trusted storage.

Parameters
pUUID[ in ] There can only be one item associated with the globally unique identifer.
pBlob[ out ] The same blob that was previously stored in the trusted storage via a call to addItem()
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotFoundThere is no entry associated with the pUUID parameter.