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:
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | pMemory is NULL or nChars is zero. |