|
|
|
| Interface access: | Unset | Default as namespace |
| Interface status: | Unset | Default as namespace |
namespace NCentralRepositoryConstants
Namespace encapsulating the CentralRepository constants.
Defined in NCentralRepositoryConstants:
KInvalidNotificationIdUse KUnspecifiedKey instead of this value. KMaxBinaryLengthThe maximum number of bytes that can be stored in a setting KMaxUnicodeStringLengthThe maximum number of unicode characters that can be stored in a setting const TInt KMaxUnicodeStringLength=1024;
The maximum number of unicode characters that can be stored in a setting
const TInt KMaxBinaryLength=KMaxUnicodeStringLength*2;
The maximum number of bytes that can be stored in a setting
| Interface status: | deprecated |
const TUint32 KInvalidNotificationId=KUnspecifiedKey;
Use KUnspecifiedKey instead of this value.