|
||
class CMtmDllInfoArray : public CArrayPtrFlat< 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
.
It is used in the creation of registration data for an MTM group: see CMtmGroupData
.
CArrayPtrFlat< CMtmDllInfo >
- No description.
CMtmDllInfoArray
- Collects the registration data for concrete MTM components, as encapsulated in C...
Defined in CMtmDllInfoArray
:
AddMtmDllInfoL(CMtmDllInfo *)
Appends a CMtmDllInfo to the array.CMtmDllInfoArray()
Default constructor. ~CMtmDllInfoArray()
Destructor. IMPORT_C void AddMtmDllInfoL(CMtmDllInfo *aMtmDllInfo);
Appends a CMtmDllInfo
to the array.
|
|