Location:
apparc.h
Link against:
apparc.lib
TApaLastUsedEntry
Supported from 5.0
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()
TApaLastUsedEntry();
Constructs an empty entry.
The file name is empty and the associated application specific UID is set to the null UID.
TApaLastUsedEntry(TFileName aFileName,TUid aAppUid);
Constructs an entry with the specified document file name and the specified application specific UID.
|
void ExternalizeL(RWriteStream& aStream) const;
Externalises the entry to a write stream.
|
void InternalizeL(RReadStream& aStream);
Internalises the entry from a read stream.
|