Location:
msvreg.h
Link against:
msgs.lib
CMtmDllInfoArray
Supported from 5.0
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.
In pre-Unicode versions this class had the import library ment.lib.
|
Defined in CMtmDllInfoArray
:
AddMtmDllInfoL()
Inherited from CArrayFix
:
AppendL()
,
AppendL()Append
,
Array()
,
At()
,
Back()
,
End()
,
ExpandL()
,
ExtendL()
,
Find()
,
FindIsq()
,
InsertIsqAllowDuplicatesL()
,
InsertIsqL()
,
InsertL()
,
ResizeL()
,
operator[]
Inherited from CArrayFixBase
:
Compress()
,
Count()
,
Delete()
,
Length()
,
Reset()
,
Sort()
Inherited from CArrayPtr
:
ResetAndDestroy()
Inherited from CArrayPtrFlat
:
SetReserveL()
Inherited from CBase
:
operator new()
void AddMtmDllInfoL(CMtmDllInfo* aMtmDllInfo);
Appends a CMtmDllInfo
to the array.
|
|