»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
Messaging MSG_FRAMEWORK »
CMtmRegistryControl
Location:
MTSR.H
Link against: msgs.lib
Link against: msgs_autoshutdown.lib
Class CMtmRegistryControl
class CMtmRegistryControl : public CBase, public MRegisteredMtmDllObserver;
Description
Derivation
MRegisteredMtmDllObserver - No description.
CBase - Base class for all classes to be instantiated on the heap
CMtmRegistryControl - (No abstract)
Members
Defined in CMtmRegistryControl:
DeInstallMtmGroup(), ExternalizeL(), FillRegisteredMtmDllArray(), FullNameToMtmTypeUid(), GetMtmGroupDataL(), InstallMtmGroup(), InternalizeL(), IsInUse(), NewL(), ReleaseMtmGroup(), RestoreRegistryL(), StoreRegistryL(), UseMtmGroup(), ~CMtmRegistryControl()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Construction and destruction
static IMPORT_C CMtmRegistryControl *NewL(RFs &anFs, CServerMtmDllRegistry &aServerMtmDllRegistry);
Description
Parameters
Return value
IMPORT_C ~CMtmRegistryControl();
Description
IMPORT_C TInt InstallMtmGroup(const TDesC &aFullName, TUid &aMtmTypeUid);
Description
Parameters
Return value
IMPORT_C TInt FullNameToMtmTypeUid(const TDesC &aFullName, TUid &aMtmTypeUid) const;
Description
Parameters
Return value
IMPORT_C TInt DeInstallMtmGroup(TUid aMtmTypeUid);
Description
Parameters
Return value
virtual IMPORT_C TInt UseMtmGroup(TUid aMtmTypeUid);
Description
Parameters
Return value
virtual IMPORT_C TInt ReleaseMtmGroup(TUid aMtmTypeUid);
Description
Parameters
Return value
IMPORT_C TBool IsInUse(TUid aMtmTypeUid) const;
Description
Parameters
Return value
FillRegisteredMtmDllArray()
IMPORT_C TInt FillRegisteredMtmDllArray(TUid aMtmDllTypeUid, CRegisteredMtmDllArray &aRegisteredMtmDllArray, TTimeIntervalMicroSeconds32
aTimeoutMicroSeconds32=0);
Description
Parameters
Return value
IMPORT_C CMtmGroupData *GetMtmGroupDataL(TUid aMtmTypeUid) const;
Description
Parameters
Return value
IMPORT_C void StoreRegistryL() const;
Description
IMPORT_C void RestoreRegistryL();
Description
IMPORT_C void InternalizeL(RReadStream &aStream);
Description
Parameters
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Description
Parameters