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