| class CPlainText::TImportExportResult |
Results of importing or exporting text using CPlainText::ImportTextL() or CPlainText::ExportTextL().
| Public Member Functions | |
|---|---|
| TImportExportResult() | |
| Public Attributes | |
|---|---|
| TUint | iForeignEncoding |
| TInt | iInputChars |
| TInt | iOutputChars |
| TUint | iReserved |
| TImportExportResult | ( | ) | [inline] |
Default constructor. All member data is initialised to zero.
| TUint | iForeignEncoding |
The identifier for the character set encoding selected when importing text whose encoding is guessed (iGuessForeignEncoding was true).
| TInt | iInputChars |
The number of characters read from the stream (when importing) or read from this text object (when exporting).
| TInt | iOutputChars |
The number of characters written to the stream (when exporting) or written to this text object (when importing).