utilities.h File Reference

GetChunkL ( RChunk *, CSystemMonitorError *, TBool *, TInt )

IMPORT_C voidGetChunkL(RChunk *aChunk,
CSystemMonitorError *aSystemMonitorError,
TBool *aCreatedChunk,
TIntaBufferSize
)

Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. This software, including documentation is protected by copyright controlled by Nokia Corporation. Copying, including reproducing, storing, adapting or translating, any or all of this material can only be done in accordance with the Nokia Symbian License version 1.0 (or any subsequent update) or any other license terms expressly agreed between you and Nokia. This material contains Nokia's confidential information which may not be disclosed to others without the prior written consent of Nokia.

Initial Contributors: Nokia Corporation - initial contribution.

Contributors:

Description: Filename: Utilities.h GetChunkL: Used by the InstrumentationHandler and the SystemMonitor to get a pointer to the global chunk. If it does not exist it is created.

Test
Return Value
None
Leave Codes
KErrNoMemory

InitialiseChunkL ( CConfiguration *, CGlobalEventLogVars **, TInstrumentationEventInformation **, unsigned char *, TInt * )

IMPORT_C voidInitialiseChunkL(CConfiguration *aConfiguration,
CGlobalEventLogVars **aGlobalEventLogVars,
TInstrumentationEventInformation **aRecordsStart,
unsigned char *aEndAddress,
TInt *aRecordBufferSize
)
InitialiseChunkL: Initialises the shared global memory. to store instrumentation record information. Test
Return Value
None
Leave Codes
KErrNoMemory