Location:
APAID.H
Link against: apparc.lib
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.
Defined in TApaAppIdentifier
:
ExternalizeL()
, InternalizeL()
, TApaAppIdentifier()
, TApaAppIdentifier()
, iAppUid
, iFullName
CApaProcess::ReadRootStreamLC()
CApaProcess::WriteRootStreamL()
CApaProcess::ReadAppIdentifierL()
CApaProcess::WriteAppIdentifierL()
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.
|
IMPORT_C void InternalizeL(RReadStream &aStream);
Internalises the application identifier from a read stream.
|
TFileName iFullName;
The full path name of the application DLL.