EPOC   SDK Home Glossary Indexes Previous Next Up

CRegisteredMtmDll class


Contents


CRegisteredMtmDll class — MTM run-time registry information

Section Contents


Overview

Compatibility

Applications that use this class will not work correctly on a version of EPOC earlier than ER5.

Derivation

CBase

Abstract: CBase behaviour

CActive

Abstract: active object

CTimer

Abstract: general-purpose timer

Defined in

msvreg.h

Link against

ment.lib

Description

This utility class allows an MTM object to access registry information about itself.


Registry information


MtmDllInfo() — Full registration data

const CMtmDllInfo& MtmDllInfo() const;

Description

Use this function to get the full registration data for the MTM.

Return value

CMtmDllInfo&

Object encapsulating full registration data for the MTM


MtmDllRefCount() — Instance count

TInt MtmDllRefCount() const;

Description

Use this function to get the number of MTM objects instantiated from the registry.

Return value

TInt

Number of current instances of the MTM


MtmTypeUid() — MTM type UID

TUid MtmTypeUid() const;

Description

Use this function to get the MTM type UID.

Return value

TUid

MTM type UID


TechnologyTypeUid() — Technology type UID

TUid TechnologyTypeUid() const;

Description

Use this function to get the technology type UID.

Return value

TUid

UID that indicates the messaging technology that the MTM group implements

EPOC       SDK Home Glossary Indexes Previous Next Up