#include <mw/apaid.h>
Link against: apparc.lib
class TApaAppIdentifier |
Public Attributes | |
---|---|
TUid | iAppUid |
TFileName | iFullName |
Public Member Functions | |
---|---|
TApaAppIdentifier() | |
TApaAppIdentifier(TUid, const TFileName &) | |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
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.
See also: CApaProcess::ReadRootStreamLC() CApaProcess::WriteRootStreamL() CApaProcess::ReadAppIdentifierL() CApaProcess::WriteAppIdentifierL()
IMPORT_C | TApaAppIdentifier | ( | ) |
Constructs an empty application identifier.
The data is not initialised.
Constructs an application identifier from the specified application DLL file name and extension, and the specified application UID.
Parameters | |
---|---|
aAppUidType | The application specific UID. |
aDllName | The filename and extension of the application DLL. |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the application identifier to a write stream.
Parameters | |
---|---|
aStream | The write stream. |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises the application identifier from a read stream.
Parameters | |
---|---|
aStream | The read stream. |