#include <gdi.h>
Link against: gdi.lib
| class TPrinterModelEntry | 
| Public Attributes | |
|---|---|
| TPrinterModelName | iModelName | 
| TBool | iRequiresPrinterPort | 
| TUid | iUid | 
| Public Member Functions | |
|---|---|
| IMPORT_C void | ExternalizeL(RWriteStream &) | 
| IMPORT_C void | InternalizeL(RReadStream &) | 
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const | 
Externalises the printer model entry to a write stream.
The presence of this function means that the standard templated stream operator<<(), defined in s32strm.h, is available to externalise objects of this class.
| Parameters | |
|---|---|
| aStream | The write stream. | 
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) | 
Internalises a printer model entry from a read stream.
The presence of this function means that the standard templated stream operator>>(), defined in s32strm.h, is available to internalise objects of this class.
| Parameters | |
|---|---|
| aStream | The read stream. |