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 | ( | ) |
Constructs an empty application identifier.
The data is not initialised.
IMPORT_C | TApaAppIdentifier | ( | TUid | aAppUidType, |
const TFileName & | aDllName | |||
) |
Constructs an application identifier from the specified application DLL file name and extension, and the specified application UID.
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the application identifier to a write stream.
RWriteStream & aStream | The write stream. |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises the application identifier 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.