Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: msvreg.h
Link against: msgs.lib

Class CRegisteredMtmDll

CRegisteredMtmDll

Support

Supported from 5.0

Description

Allows an MTM object to access registry information about itself.

In pre-Unicode versions this class had the import library ment.lib.

Derivation

CActiveThe core class of the active object abstraction
CBaseBase class for all classes to be instantiated on the heap
CRegisteredMtmDllAllows an MTM object to access registry information about itself
CTimerBase class for a timer active object

Defined in CRegisteredMtmDll:
MtmDllInfo(), MtmDllRefCount(), MtmTypeUid(), TechnologyTypeUid()

Inherited from CActive:
Cancel(), Deque(), DoCancel(), EPriorityHigh, EPriorityIdle, EPriorityLow, EPriorityStandard, EPriorityUserInput, IsActive(), IsAdded(), Priority(), RunError(), RunL(), SetActive(), SetPriority(), TPriority, iStatus

Inherited from CBase:
operator new()

Inherited from CTimer:
After(), At(), ConstructL(), Inactivity(), Lock()


Registry information


MtmDllInfo()

const CMtmDllInfo& MtmDllInfo() const;

Description

Gets the full registration data for the MTM.

Return value

CMtmDllInfo&

Object encapsulating full registration data for the MTM


MtmDllRefCount()

TInt MtmDllRefCount() const;

Description

Gets the number of MTM objects instantiated from the registry.

Return value

TInt

Number of current instances of the MTM


MtmTypeUid()

TUid MtmTypeUid() const;

Description

Gets the MTM type UID.

Return value

TUid

MTM type UID


TechnologyTypeUid()

TUid TechnologyTypeUid() const;

Description

Gets the technology type UID.

Return value

TUid

UID that indicates the messaging technology that the MTM group implements