Location:
apaid.h
Link against:
apparc.lib
TApaAppInfo
Supported from 5.0
Application information.
An object of this type contains three pieces of information:
the application specific UID
the full path name of the application DLL
the caption for the application.
Defined in TApaAppInfo
:
ExternalizeL()
, InternalizeL()
, TApaAppInfo()
, iCaption
, iFullName
, iUid
TApaAppInfo();
Constructs an empty application information object.
The full path name is empty, the caption is empty and the application specific UID is set to the null UID.
TApaAppInfo(TUid aAppUid,const TFileName& aDllName,const TApaAppCaption& aCaption);
Constructs an application information object from the specified application DLL full path name, the specified application UID and the specified application caption.
|
void ExternalizeL(RWriteStream& aStream)const;
Externalises the application information to a write stream.
|