Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: gdi.h
Link against: gdi.lib

Class TPrinterModelEntry

TPrinterModelEntry

Support

Supported from 5.0

Description

Detailed information about a printer model.

Defined in TPrinterModelEntry:
ExternalizeL(), InternalizeL(), iModelName, iRequiresPrinterPort, iUid


Streaming


ExternalizeL()

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<<(), defined in s32strm.h, is available to externalise objects of this class.

Parameters

RWriteStream& aStream

The write stream.


InternalizeL()

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>>(), defined in s32strm.h, is available to internalise objects of this class.

Parameters

RReadStream& aStream

The read stream.

[Top]


Public data members


iModelName

TPrinterModelName iModelName;

Description

The name of the printer model.


iRequiresPrinterPort

TBool iRequiresPrinterPort;

Description

If true, then a printer port is required.


iUid

TUid iUid;

Description

The UID associated with this printer model.