Writes specified memory to another location.
PODSMemoryMgr
PODSErr smWrite( any dest, PODSUInt32 offset, any src, PODSUInt32 length );
Not applicable
PODSErr PODSsmWrite( PODSMemoryMgr*, void* dest, PODSUInt32 offset, void* src, PODSUInt32 length );
memmgr The PODSMemoryMgr
object.
dest [in] Pointer to destination to copy to.
offset [in] Memory offset from destination.
src [in] Pointer to source to copy from.
length [in] Number of bytes to write.
On Palm OS, returns 0 if successful, -1 otherwise.
On other platforms, return value is undefined.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |