Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: APAID.H
Link against: apparc.lib

Class TApaAppEntry

class TApaAppEntry;

Description

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.

Members

Defined in TApaAppEntry:
ExternalizeL(), InternalizeL(), TApaAppEntry(), TApaAppEntry(), iFullName, iUidType


Construction and destruction


TApaAppEntry()

IMPORT_C TApaAppEntry();

Description

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.


TApaAppEntry()

IMPORT_C TApaAppEntry(const TUidType &aAppUidType, const TFileName &aDllName);

Description

Constructs an application entry object from the specified application DLL full path name and UID type.

Parameters

const TUidType &aAppUidType

UID type.

const TFileName &aDllName

Application DLL full path name.

[Top]


Member functions


ExternalizeL()

IMPORT_C void ExternalizeL(RWriteStream &aStream) const;

Description

Externalises the application entry to a write stream.

Parameters

RWriteStream &aStream

The write stream.


InternalizeL()

IMPORT_C void InternalizeL(RReadStream &aStream);

Description

Internalises the application entry from a read stream.

Parameters

RReadStream &aStream

The read stream.

[Top]


Member data


iUidType

TUidType iUidType;

Description

The UID type (or compound identifier) of the application DLL.


iFullName

TFileName iFullName;

Description

The full path name of the application DLL.