Duplicate a range of memory as a constant.
PODSMemoryMgr
const any smDup(any ptr, PODSUInt32 size);
Not applicable
const void* PODSsmDup( PODSMemoryMgr* memmgr, void* ptr, PODSUInt32 size );
memmgr The PODSMemoryMgr
object.
ptr [in] Pointer to the start position in memory to duplicate.
size [in] Number of bytes to duplicate.
Copy of the specified range of memory.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |