Location:
BAMDESCA.H
class MDesC16Array;
Interface class for 16 bit descriptor arrays. It should be inherited by classes which implement this protocol. This protocol
is implemented by class CDesC16Array
and the concrete class CPtrC16Array
.
Defined in MDesC16Array
:
MdcaCount()
, MdcaPoint()
, ~MDesC16Array()
virtual TInt MdcaCount() const=0;
Requirements
Returns the number of descriptor elements in a descriptor array.
|
virtual TPtrC16 MdcaPoint(TInt aIndex) const=0;
Requirements
Indexes into a descriptor array.
|
|