Location: apaid.h
Link against: apparc.lib
TApaAppViewInfo
Supported from 6.1
Contains the basic information about an application view.
An object of this type contains two pieces of information:
The UID that identifies the view
The application's caption.
Objects of this type are returned in an array populated by a call to RApaLsSession::GetAppViews()
.
Defined in TApaAppViewInfo
:
ExternalizeL()
, InternalizeL()
, TApaAppViewInfo()
, iUid
, iViewCaption
TApaAppViewInfo();
Constructs an empty object.
Specifically, it sets the view UID to KNullUid
and empties the application caption, i.e. sets it to KNullDesC
.
TApaAppViewInfo(TUid aViewUid,const TApaAppCaption& aViewCaption);
Constructs the object from the specified view UID and the specified application caption name.
|
void ExternalizeL(RWriteStream& aStream) const;
Externalises the application view information to a write stream.
|