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

Set the specified number of wide characters in pMemory to nValue.

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