MaxLengthSizes
typedef enum
{
SECTION_NAME_LENGTH = 17,
UD_ITEM_LENGTH = 64,
} MaxLengthSizes;
The MaxLengthSizes enumerated type represents
Value |
Meaning |
SECTION_NAME_LENGTH |
Specifies the max length for the section name |
UD_ITEM_LENGTH |
Specifies the max length for the dictionary item |