|
||
class TApaAppEntry;
An application entry.
An object of this type contains two pieces of information:
the full path name of the application DLL
the UID type (or compound identifier) of the application DLL.
Defined in TApaAppEntry
:
ExternalizeL(RWriteStream &)const
Externalises the application entry to a write stream.InternalizeL(RReadStream &)
Internalises the application entry from a read stream.TApaAppEntry()
Constructs an empty application entry object.TApaAppEntry(const TUidType &,const TFileName &)
Constructs an application entry object from the specified application DLL full p...iFullName
The full path name of the application DLL. iUidType
The UID type (or compound identifier) of the application DLL. IMPORT_C TApaAppEntry();
Constructs an empty application entry object.
The full path name is empty, and the triplet of UIDs forming the UID type are set to null UIDs.
IMPORT_C TApaAppEntry(const TUidType &aAppUidType, const TFileName &aDllName);
Constructs an application entry object from the specified application DLL full path name and UID type.
|
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Externalises the application entry to a write stream.
|
IMPORT_C void InternalizeL(RReadStream &aStream);
Internalises the application entry from a read stream.
|
TFileName iFullName;
The full path name of the application DLL.