Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISafeString::bstrSetMem ( P6BSTR pMemory,
P6INT  nValue 
)
pure virtual

Set the entire contents of a P6BSTR to nValue.

Parameters
pMemory[ in ] Pointer to the P6BSTR.
nValue[ in ] The value to set.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpMemory or pMemory->pString is NULL .