Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::wmemset ( P6WCHAR pWs,
P6WCHAR  wc,
P6UINT32  n 
)
pure virtual

Set wide-characters in memory (not affected by locale) Set n characters in the string pointed to by pWs to the value in parameter wc.

Parameters
pWs[ out ] Pointer to destination string.
wc[ in ] A wide character value to write into the string pointed to by pWs.
n[ in ] Number of wide-characters in pWs to modify.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.