Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ImageConversion.h>
Link against: imageconversion.lib

Class CImplementationInformationType

class CImplementationInformationType : public CBase;

Description

Class used to manage various information about an implementation which is stored in resource files.

Derivation

Members

Defined in CImplementationInformationType:

Inherited from CBase:

See also:


Construction and destruction


~CImplementationInformationType()

IMPORT_C ~CImplementationInformationType();

Description

Destructor.

Frees all resources owned by the object prior to its destruction.

[Top]


Member functions


ImplementationUid()const

IMPORT_C TUid ImplementationUid() const;

Description

Returns the implementation UID.

Return value

TUid

The implementation UID as a TUid object.


Version()const

IMPORT_C TInt Version() const;

Description

Returns the version number of the implementation.

Return value

TInt

The version number of the implementation.


DisplayName()const

IMPORT_C const TDesC& DisplayName() const;

Description

Returns the display name of the implementation.

Return value

const TDesC16 &

A reference to the display name of the implementation.


DataType()const

IMPORT_C const TDesC8& DataType() const;

Description

Returns the data type supported by the implementation.

Return value

const TDesC8 &

A reference to the descriptor containing the data type.


OpaqueData()const

IMPORT_C const TDesC8& OpaqueData() const;

Description

Returns the opaque binary data for the implementation.

Return value

const TDesC8 &

A reference to the descriptor containing the data.


Drive()

IMPORT_C TDriveUnit Drive();

Description

Returns the drive location information for the implementation.

Return value

TDriveUnit

The drive location information as a TDriveUnit object.