Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::memory::MemCpy Function
C++
MEM_PROC void MEM_API MemCpy(POINTER pTo, CPOINTER pFrom, size_t sz);
Parameters 
Description 
POINTER pTo 
Memory to copy to 
CPOINTER pFrom 
memory to copy from 
size_t sz 
size of block of memory to copy 

#define _memset_ MemSet memory copy operation. not safe when buffers overlap. Performs platform-native memory stream operation to copy from one place in memory to another. (32 or 64 bit operations as possible).

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!