Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: apparc.h
Link against: apparc.lib

Class TApaLastUsedEntry

TApaLastUsedEntry

Support

Supported from 5.0

Description

An entry in the list of last used document files.

The entry contains the file name of the last used document and the application specific UID of the application associated with the document.

Defined in TApaLastUsedEntry:
ExternalizeL(), InternalizeL(), TApaLastUsedEntry()

See also:


Construction


TApaLastUsedEntry()

TApaLastUsedEntry();

Description

Constructs an empty entry.

The file name is empty and the associated application specific UID is set to the null UID.

See also:


TApaLastUsedEntry()

TApaLastUsedEntry(TFileName aFileName,TUid aAppUid);

Description

Constructs an entry with the specified document file name and the specified application specific UID.

Parameters

TFileName aFileName

The document file name.

TUid aAppUid

The application specific UID of the application associated with the document.


ExternalizeL()

void ExternalizeL(RWriteStream& aStream) const;

Description

Externalises the entry to a write stream.

Parameters

RWriteStream& aStream

The write stream.


InternalizeL()

void InternalizeL(RReadStream& aStream);

Description

Internalises the entry from a read stream.

Parameters

RReadStream& aStream

The read stream.