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