Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: apaid.h
Link against: apparc.lib

Class TApaAppInfo

TApaAppInfo

Support

Supported from 5.0

Description

Application information.

An object of this type contains three pieces of information:

Defined in TApaAppInfo:
ExternalizeL(), InternalizeL(), TApaAppInfo(), iCaption, iFullName, iUid


Construction


TApaAppInfo()

TApaAppInfo();

Description

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()

TApaAppInfo(TUid aAppUid,const TFileName& aDllName,const TApaAppCaption& aCaption);

Description

Constructs an application information object from the specified application DLL full path name, the specified application UID and the specified application caption.

Parameters

TUid aAppUid

The application specific UID.

TFileName& aDllName

The full path name of the application DLL.

const TApaAppCaption& aCaption

The application caption.


ExternalizeL()

void ExternalizeL(RWriteStream& aStream)const;

Description

Externalises the application information to a write stream.

Parameters

RWriteStream& aStream

The write stream.


InternalizeL()

void InternalizeL(RReadStream& aStream);

Description

Internalises the application information from a read stream.

Parameters

RReadStream& aStream

The read stream.

[Top]


Public data members


iUid

TUid iUid;

Description

The application specific UID.

See also:


iFullName

TFileName iFullName;
    

Description

The full path name of the application DLL.

See also:


iCaption

TApaAppCaption iCaption;
    

Description

The caption for the application.

See also: