virtual P6R::P6ERR P6R::p6ISafeString::setMem ( P6R::P6VOID *  pMemory,
P6R::P6INT  nValue,
P6R::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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.