|
||
class CUninstalledPackageEntry : public CBase;
Uninstalled application entry class.
This class is not externally instantiable. It is returned as a result of querying for a list of uninstalled packages present on a removable drive. Each object of this type represents one uninstalled package. Methods can be called on this object to retrieve the package details such as Package UID, Name, Vendor, Version and Type.
CBase
-
Base class for all classes to be instantiated on the heap.
Swi::CUninstalledPackageEntry
- Uninstalled application entry class.
Defined in Swi::CUninstalledPackageEntry
:
EPaPackage
Preinstalled Application. EPpPackage
Preinstalled Patch. EPuPackage
Partial Upgrade. ESaPackage
Standard Application. ESpPackage
Standard Patch (augmentation). Name()const
Get the package namePackageType()const
Get the package typeTPackageType
Uid()const
Get the package UidVendor()const
Get the package unique vendor nameVersion()const
Get the package version~CUninstalledPackageEntry()
DestructorInherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C const TUid& Uid() const;
Get the package Uid
|
IMPORT_C const TDesC& Name() const;
Get the package name
|
IMPORT_C const TDesC& Vendor() const;
Get the package unique vendor name
|
IMPORT_C const TVersion& Version() const;
Get the package version
|
IMPORT_C const TPackageType& PackageType() const;
Get the package type
|
TPackageType
|