TPrinterModelEntry Class Reference

#include <gdi.h>

Link against: gdi.lib

class TPrinterModelEntry
Public Attributes
TPrinterModelName iModelName
TBool iRequiresPrinterPort
TUid iUid
Public Member Functions
IMPORT_C voidExternalizeL(RWriteStream &)
IMPORT_C voidInternalizeL(RReadStream &)

Detailed Description

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

Member Attribute Documentation

iModelName

TPrinterModelName iModelName

The name of the printer model.

iRequiresPrinterPort

TBool iRequiresPrinterPort

If ETrue, then a printer port is required.

iUid

TUid iUid

The UID associated with this printer model.

Member Function Documentation

ExternalizeL ( RWriteStream & )

IMPORT_C voidExternalizeL(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.

ParameterDescription
aStreamThe write stream.

InternalizeL ( RReadStream & )

IMPORT_C voidInternalizeL(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.

ParameterDescription
aStreamThe read stream.