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

Set the specified number of bytes in pMemory to nValue.

Parameters
pMemory[ in ] Pointer to the destination buffer.
nValue[ in ] The value to set.
nBytes[ in ] The number of bytes in pMemory to set to nValue.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpMemory is NULL or nBytes is zero.