Location:
MSVREG.H
Link against: msgs.lib
Link against: msgs_autoshutdown.lib
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<CMtmDllInfo>
.
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
Defined in CMtmDllInfoArray
:
AddMtmDllInfoL()
, CMtmDllInfoArray()
, ~CMtmDllInfoArray()
IMPORT_C void AddMtmDllInfoL(CMtmDllInfo *aMtmDllInfo);
Appends a CMtmDllInfo
to the array.
|
|