| typedef void(* | TRequestDialogFunc |
| IMPORT_C void | InternalizeL | ( | TEikPortFlag & | aThing, |
| RReadStream & | aStream | |||
| ) | ||||
Internalises the printer port flag.
This function is provided so that print dialogs can restore the printer port setting from the app's ini file.
| Parameters | |
|---|---|
| aThing | On return, contains the printer port setting read from the specified stream. |
| aStream | Stream to read from. |
| Leave Codes | |
|---|---|
| KErrCorrupt | The printer port flag read from the stream is invalid. |
| RWriteStream & | operator<< | ( | RWriteStream & | aStream, |
| const TEikPortFlag & | aThing | |||
| ) | [inline] | |||
| RReadStream & | operator>> | ( | RReadStream & | aStream, |
| TEikPortFlag & | aThing | |||
| ) | [inline] | |||