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