SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » Base E32_EKA2 » memset()
Location: e32cmn.h
e32cmn.h
memset()
IMPORT_C TAny *memset(TAny *aTrg, TInt aValue, unsigned int aLength);
A Nanokernel utility function that sets all of the specified number of bytes to the specified fill value.
TAny *aTrg
TAny
The start address.
TInt aValue
TInt
The fill value (the first or junior byte).
unsigned int aLength
The number of bytes to be set.
TAny *
The target address.
Copyright ©2008 Symbian Software Ltd.