EPOC   SDK Home Glossary Indexes Previous Next Up

CMtmDllInfoArray class


Contents


CMtmDllInfoArray class — MTM registry information array

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

CArrayFixBase

Abstract: implementation; non-templated base class and shared code

CArrayFix<>

Abstract: pointer templated base class.

CArrayPtr<class T>

Abstract: shared templated base class.

CArrayPtrFlat<CMtmDllInfo>

Array of CMtmDllInfo objects

Defined in

msvreg.h

Link against

ment.lib

Description

This class is used to collect the registration data for concrete MTM components, as encapsulated in CMtmDllInfo objects, into an array. It is used in the creation of registration data for an MTM group: see CMtmGroupData.


Add CMtmDllInfo object


AddMtmDllInfoL() — Add CMtmDllInfo object

void AddMtmDllInfoL(CMtmDllInfo* aMtmDllInfo);

Description

Use this function to append a CMtmDllInfo to the array.

Arguments

CMtmDllInfo* aMtmDllInfo

CMtmDllInfo to append

Leave considerations

KErrNoMemory

A memory allocation failed

EPOC       SDK Home Glossary Indexes Previous Next Up