Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <MSVREG.H>
Link against: msgs.lib
Link against: msgs_autoshutdown.lib

Class CMtmDllInfoArray

class CMtmDllInfoArray : public CArrayPtrFlat< CMtmDllInfo >;

Description

Collects the registration data for concrete MTM components, as encapsulated in CMtmDllInfo objects, into an array.

Basic array functionality is provided by the base class CArrayPtrFlat.

It is used in the creation of registration data for an MTM group: see CMtmGroupData.

Derivation

Members

Defined in CMtmDllInfoArray:


Construction and destruction


CMtmDllInfoArray()

IMPORT_C CMtmDllInfoArray();

Description

Default constructor.


~CMtmDllInfoArray()

IMPORT_C ~CMtmDllInfoArray();

Description

Destructor.

[Top]


Member functions


AddMtmDllInfoL(CMtmDllInfo *)

IMPORT_C void AddMtmDllInfoL(CMtmDllInfo *aMtmDllInfo);

Description

Appends a CMtmDllInfo to the array.

Parameters

CMtmDllInfo *aMtmDllInfo

CMtmDllInfo to append

Leave codes

KErrNoMemory

A memory allocation failed