#include <mw/msvreg.h>
Link against: msgs_autoshutdown.lib
class CMtmDllInfoArray : public CArrayPtrFlat< CMtmDllInfo >, public CArrayPtrFlat< CMtmDllInfo >, public CArrayPtrFlat< CMtmDllInfo > |
Public Member Functions | |
---|---|
CMtmDllInfoArray() | |
~CMtmDllInfoArray() | |
IMPORT_C void | AddMtmDllInfoL(CMtmDllInfo *) |
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<CMtmDllInfo>.
It is used in the creation of registration data for an MTM group: see CMtmGroupData.
IMPORT_C void | AddMtmDllInfoL | ( | CMtmDllInfo * | aMtmDllInfo | ) |
Appends a CMtmDllInfo to the array.
Parameters | |
---|---|
aMtmDllInfo | CMtmDllInfo to append |
Leave Codes | |
---|---|
KErrNoMemory | A memory allocation failed |