CPlainText::TImportExportResult Class Reference

class CPlainText::TImportExportResult

Results of importing or exporting text using CPlainText::ImportTextL() or CPlainText::ExportTextL() .

Constructor & Destructor Documentation

TImportExportResult()

TImportExportResult ( ) [inline]

Default constructor. All member data is initialised to zero.

Member Data Documentation

TUint iForeignEncoding

TUint iForeignEncoding

The identifier for the character set encoding selected when importing text whose encoding is guessed (iGuessForeignEncoding was true).

TInt iInputChars

TInt iInputChars

The number of characters read from the stream (when importing) or read from this text object (when exporting).

TInt iOutputChars

TInt iOutputChars

The number of characters written to the stream (when exporting) or written to this text object (when importing).

TUint iReserved

TUint iReserved