| class TApaAppInfo |
Application information.
An object of this type contains four pieces of information:
the application specific UID
the full path name of the application DLL
the application's caption
a short caption; how this is used is up to the UI
| Public Member Functions | |
|---|---|
| TApaAppInfo () | |
| TApaAppInfo ( TUid , const TFileName &, const TApaAppCaption &) | |
| TApaAppInfo ( TUid , const TFileName &, const TApaAppCaption &, const TApaAppCaption &) | |
| IMPORT_C void | ExternalizeL ( RWriteStream &) |
| IMPORT_C void | InternalizeL ( RReadStream &) |
| Public Attributes | |
|---|---|
| TApaAppCaption | iCaption |
| TFileName | iFullName |
| TApaAppCaption | iShortCaption |
| TUid | iUid |
| Private Attributes | |
|---|---|
| TInt | iTApaAppInfo_Reserved1 |
| IMPORT_C | TApaAppInfo | ( | ) |
Constructs an empty application information object.
The full path name is empty, the captions are empty and the application specific UID is set to the null UID.
| IMPORT_C | TApaAppInfo | ( | TUid | aAppUid, |
| const TFileName & | aDllName, | |||
| const TApaAppCaption & | aCaption | |||
| ) | ||||
Constructs an application information object from the specified full DLL path name, UID and full length caption.
| TUid aAppUid | The application specific UID. |
| const TFileName & aDllName | The full path name of the application DLL. |
| const TApaAppCaption & aCaption | The application caption. |
| IMPORT_C | TApaAppInfo | ( | TUid | aAppUid, |
| const TFileName & | aDllName, | |||
| const TApaAppCaption & | aCaption, | |||
| const TApaAppCaption & | aShortCaption | |||
| ) | ||||
Constructs an application information object from the specified full DLL path name, UID, caption and short caption.
| TUid aAppUid | The application specific UID. |
| const TFileName & aDllName | The full path name of the application DLL. |
| const TApaAppCaption & aCaption | The application caption. |
| const TApaAppCaption & aShortCaption | The application short caption. |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the application information to a write stream.
| RWriteStream & aStream | The write stream. |
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises the application information from a read stream.
| RReadStream & aStream | The read stream. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.