![]() |

Section Contents
Applications that use this class will not work correctly on a version of EPOC earlier than ER5.
|
CBase |
Abstract: CBase behaviour |
|
CActive |
Abstract: active object |
|
CTimer |
Abstract: general-purpose timer |
msvreg.h
ment.lib
This utility class allows an MTM object to access registry information about itself.
const CMtmDllInfo& MtmDllInfo() const;
Use this function to get the full registration data for the MTM.
|
CMtmDllInfo& |
Object encapsulating full registration data for the MTM |
TInt MtmDllRefCount() const;
Use this function to get the number of MTM objects instantiated from the registry.
|
TInt |
Number of current instances of the MTM |
TUid MtmTypeUid() const;
Use this function to get the MTM type UID.
|
TUid |
MTM type UID |
TUid TechnologyTypeUid() const;
Use this function to get the technology type UID.
|
TUid |
UID that indicates the messaging technology that the MTM group implements |
|
|