|
pure virtual |
Set the specified number of wide characters in pMemory to nValue.
| 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. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pMemory is NULL or nChars is zero. |