Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Length, maximum length and size

A descriptor characterises the data it represents by the length of that data. The length of a descriptor is the number of data items it represents:

The length of a descriptor cannot be greater than 228.

The size of a descriptor is the number of bytes occupied by the data represented by that descriptor:

The descriptors which allow their data to be modified are also characterised by a maximum length. This represents an upper limit on the length of data the descriptor can represent, i.e.the length of data represented by the descriptor can vary can vary from zero up to, and including, this maximum value.