#include <badesca.h>
Link against: bafl.lib
class CDesC16ArraySeg : public CDesC16Array |
Public Member Functions | |
---|---|
CDesC16ArraySeg(TInt) | |
~CDesC16ArraySeg() |
IMPORT_C | CDesC16ArraySeg | ( | TInt | aGranularity | ) |
Construct a segmented descriptor array with the specified granularity.
No memory is allocated to the array buffer by this C++ constructor.
Parameters | |
---|---|
aGranularity | The granularity of the array. This value must be positive otherwise the constructor raises an E32USER-CBase 18 panic. |