#include <e32base.h>
class Console |
Public Member Functions | |
---|---|
IMPORT_C CConsoleBase * | NewL(const TDesC &, TSize) |
IMPORT_C CConsoleBase * | NewL | ( | const TDesC & | aTitle, |
TSize | aSize | |||
) | [static] |
Creates a new console object.
See also: CConsoleBase::Create()
Parameter | Description |
---|---|
aTitle | The title text for the console. This should not be longer than 256 characters. |
aSize | The size of the console window. |
Returns: A pointer to the new console object.