Console Class Reference

#include <e32base.h>

Link against: euser_v5.lib

class Console
Public Member Functions
IMPORT_C CConsoleBase *NewL(const TDesC &, TSize)

Member Function Documentation

NewL ( const TDesC &, TSize )

IMPORT_C CConsoleBase *NewL(const TDesC &aTitle,
TSizeaSize
)[static]

Creates a new console object.

See also: CConsoleBase::Create()

Parameters
aTitleThe title text for the console. This should not be longer than 256 characters.
aSizeThe size of the console window.
Return Value
A pointer to the new console object.