class TApaAppIdentifier |
The identity of an application.
An object of this type contains two pieces of information:
The application specific UID
The file name and extension of the application DLL
All persisted documents associated with this application have a stream containing this information.
CApaProcess::ReadRootStreamLC()
CApaProcess::WriteRootStreamL()
CApaProcess::ReadAppIdentifierL()
CApaProcess::WriteAppIdentifierL()
Public Member Functions | |
---|---|
TApaAppIdentifier() | |
TApaAppIdentifier(TUid, const TFileName &) | |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
Public Attributes | |
---|---|
TUid | iAppUid |
TFileName | iFullName |
Private Attributes | |
---|---|
TInt | iTApaAppIdentifier_Reserved1 |
IMPORT_C | TApaAppIdentifier | ( | TUid | aAppUidType, |
const TFileName & | aDllName | |||
) |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
RWriteStream & aStream |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
RReadStream & aStream |