Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32cmn.h

memset()

IMPORT_C TAny *memset(TAny *aTrg, TInt aValue, unsigned int aLength);

Description

A Nanokernel utility function that sets all of the specified number of bytes to the specified fill value.

Parameters

TAny *aTrg

The start address.

TInt aValue

The fill value (the first or junior byte).

unsigned int aLength

The number of bytes to be set.

Return value

TAny *

The target address.