|
|
|
class CImplementationInformationType : public CBase;
Class used to manage various information about an implementation which is stored in resource files.
CBase -
Base class for all classes to be instantiated on the heap.
CImplementationInformationType - ...
Defined in CImplementationInformationType:
DataType()constReturns the data type supported by the implementation.DisplayName()constReturns the display name of the implementation.Drive()Returns the drive location information for the implementation.ImplementationUid()constReturns the implementation UID.OpaqueData()constReturns the opaque binary data for the implementation.Version()constReturns the version number of the implementation.~CImplementationInformationType()Destructor.Inherited 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...CImplementationInformationCImplementationInformationIMPORT_C ~CImplementationInformationType();
Destructor.
Frees all resources owned by the object prior to its destruction.
IMPORT_C TUid ImplementationUid() const;
Returns the implementation UID.
|
IMPORT_C TInt Version() const;
Returns the version number of the implementation.
|
IMPORT_C const TDesC& DisplayName() const;
Returns the display name of the implementation.
|
IMPORT_C const TDesC8& DataType() const;
Returns the data type supported by the implementation.
|
IMPORT_C const TDesC8& OpaqueData() const;
Returns the opaque binary data for the implementation.
|
IMPORT_C TDriveUnit Drive();
Returns the drive location information for the implementation.
|