SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » Base E32_EKA2 » memmove()
Location: e32cmn.h
e32cmn.h
memmove()
IMPORT_C TAny *memmove(TAny *aTrg, const TAny *aSrc, unsigned int aLength);
A Nanokernel utility function that moves (copies) bytes in memory.
TAny *aTrg
TAny
The target address.
const TAny *aSrc
The source address.
unsigned int aLength
The number of bytes to be moved.
TAny *
Copyright ©2008 Symbian Software Ltd.