Location:
apaid.h
Link against:
apparc.lib
TApaAppIdentifier
Supported from 5.0
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(), iAppUid, iFullName
CApaProcess::ReadRootStreamLC()CApaProcess::WriteRootStreamL()CApaProcess::ReadAppIdentifierL()CApaProcess::WriteAppIdentifierL()CApaProcessTApaAppIdentifier();
Constructs an empty application identifier.
Data is not initialised.
TApaAppIdentifier(TUid aAppUidType,const TFileName& aDllName);
Constructs an application identifier from the specified application DLL file name and extension, and the specified application UID.
|
void ExternalizeL(RWriteStream& aStream)const;
Externalises the application identifier to a write stream.
|