Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICryptoKeySetMeta::setDescriptiveLabel ( const P6WCHAR pLabel,
P6UINT32  cBuffer 
)
pure virtual

This method assigns a value for the "human readable set of descriptions for the key" (see reference 1).

Parameters
pLabel[IN] Block of memory holding the descriptive label information.
cBuffer[IN] Number of characters in the buffer pointed to by pBuffer.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedObject is in an incorrect state.
P6R::eInvalidArgpLabel is NULL.
P6R::eNoMemoryInsufficient memory to copy pLabel.