MEM_PROC void MEM_API MemCpy(POINTER pTo, CPOINTER pFrom, PTRSZVAL sz);
sharemem.h
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).
Functions