Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GDI.H>
Link against: gdi.lib

Class TPrinterModelEntry

class TPrinterModelEntry;

Description

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

Members

Defined in TPrinterModelEntry:


Member functions


InternalizeL(RReadStream &)

IMPORT_C void InternalizeL(RReadStream &aStream);

Description

Internalises a printer model entry 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.

Parameters

RReadStream &aStream

The read stream.


ExternalizeL(RWriteStream &)const

IMPORT_C void ExternalizeL(RWriteStream &aStream) const;

Description

Externalises the printer model entry 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.

Parameters

RWriteStream &aStream

The write stream.

[Top]


Member data


iModelName

TPrinterModelName iModelName;

Description

The name of the printer model.


iRequiresPrinterPort

TBool iRequiresPrinterPort;

Description

If ETrue, then a printer port is required.


iUid

TUid iUid;

Description

The UID associated with this printer model.