class TPrinterModelHeader |
Information about a printer model.
An instance of this class consists of a TPrinterModelEntry and a stream ID, and is passed to CPrinterDevice::SetModel() .
Public Member Functions | |
---|---|
IMPORT_C void | ExternalizeL ( RWriteStream &) |
IMPORT_C void | InternalizeL ( RReadStream &) |
Public Attributes | |
---|---|
TPrinterModelEntry | iEntry |
TStreamId | iModelDataStreamId |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the printer model header 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.
RWriteStream & aStream | The write stream. |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises a printer model header 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.
RReadStream & aStream | The read stream. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.