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