TPrinterModelEntry Class Reference

class TPrinterModelEntry
Detailed information about a printer model. "gdi.lib"
Since
5.0

Member Functions Documentation

ExternalizeL(RWriteStream &)

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

RWriteStream & aStream The write stream.

InternalizeL(RReadStream &)

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

RReadStream & aStream The read stream.

Member Data Documentation

TPrinterModelName iModelName

TPrinterModelName iModelName

The name of the printer model.

TBool iRequiresPrinterPort

TBool iRequiresPrinterPort

If ETrue, then a printer port is required.

TUid iUid

TUid iUid

The UID associated with this printer model.