SYMBIAN OS V9.2
» Symbian OS v9.2 » Symbian OS reference » C++ component reference » Base E32 » 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 ©2007 Symbian Software Ltd.