zStatus zMemory_Write(zMemory memory, const void* buffer, zUIntPtr size);
|
Parameters |
Description |
|
zMemory memory |
zMemory object. |
|
const void* buffer |
Buffer of bytes to write. |
|
zUIntPtr size |
The number of bytes to write. |
Writes the specified bytes.
zMemory.h