Location:
apaid.h
Link against:
TApaAppCapability
Supported from 5.0
Application capabilities.
Defined in TApaAppCapability
:
CopyCapability()
, EEmbeddable
, EEmbeddableOnly
, ENotEmbeddable
, ExternalizeL()
, InternalizeL()
, TEmbeddability
, iAppIsHidden
, iEmbeddability
, iSupportsNewFile
void ExternalizeL(RWriteStream& aStream) const;
Externalises the application capabilities to a write stream.
|
void InternalizeL(RReadStream& aStream);
Internalises the application capabilities from a read stream.
|
static void CopyCapability(TDes8& aDest,const TDesC8& aSource);
A utility function that can copy capability information from one descriptor to another.
|
TEmbeddability
Defines an application's support for embeddability.
|
TEmbeddability iEmbeddability;
Indicates the extent to which the application can be embedded.
TBool iSupportsNewFile;
Indicates whether the application is document-based and supports being asked to create a new file.
TBool iAppIsHidden;
Indicates whether the existence of the application should be advertised to the
user. If this is set to ETrue
, the application does not appear on the Extras Bar.