[Categories].
The values for MaxNumCategories and
MaxLengthCategory should not by changed.
Usually the value for that entries will be 16.
During the creation of the PDB those value will not be mentioned.
The categorie labels start with index 0 up to 15
Lables longer then MaxLengthCategory will be cut (they are
actually cat behind the 15th bytes, because of the
0x00 that is used to terminate a C/C++ String).
More than MaxNumCategories Labels are not supported.
Because the system starts with index 0 the max. Label index
is 15
Example:
[Categories] MaxNumCategories=16 MaxLengthCategory=16 0=unfiled 1=A CategoryLabel 2=xxxx 3=personal 4=yyyyThe Label at index
0 should not be changed. It is used by
the PalmOS™ for the unfiled category.
Example:
[CategoryUniqueIDs] LastUniqueID=3 0=0 -->> changed to 0=0 without >"< 1=1 2=2 3=3