SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » Base E32_EKA2 » memcpy()
Location: e32cmn.h
e32cmn.h
memcpy()
IMPORT_C TAny *memcpy(TAny *aTrg, const TAny *aSrc, unsigned int aLength);
A Nanokernel utility function that 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.