|
||
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(const TPrinterModelHeader &,CStreamStore &)
.
Defined in TPrinterModelHeader
:
ExternalizeL(RWriteStream &)const
Externalises the printer model header to a write stream.InternalizeL(RReadStream &)
Internalises a printer model header from a read stream.iEntry
The printer model. iModelDataStreamId
The stream ID for model data. CPrinterDevice
Printer graphics device interface.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>>(RReadStream &,T &)
, defined in s32strm.h
, is available to internalise objects of this class.
|
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<<(RWriteStream &,const T &)
, defined in s32strm.h
, is available to externalise objects of this class.
|
TStreamId iModelDataStreamId;
The stream ID for model data.