UIQ 3 SDK
UIQ developer portal
FEEDBACK
» UIQ 3 SDK » Symbian OS v9.1 » 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 Symbian Software Ltd 2006. All rights reserved. UIQ 3 SDK 9 May 2006
Terms and conditions of use of the material