| 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 | ( | TUid | aAppUid, |
| const TFileName & | aDllName, | |||
| const TApaAppCaption & | aCaption | |||
| ) | ||||
| TUid aAppUid | |
| const TFileName & aDllName | |
| const TApaAppCaption & aCaption |
| IMPORT_C | TApaAppInfo | ( | TUid | aAppUid, |
| const TFileName & | aDllName, | |||
| const TApaAppCaption & | aCaption, | |||
| const TApaAppCaption & | aShortCaption | |||
| ) | ||||
| TUid aAppUid | |
| const TFileName & aDllName | |
| const TApaAppCaption & aCaption | |
| const TApaAppCaption & aShortCaption |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
| RWriteStream & aStream |
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
| RReadStream & aStream |