|
||
Interface access: | Unset | Default as namespace |
Interface status: | Unset | Default as namespace |
namespace NCentralRepositoryConstants
Namespace encapsulating the CentralRepository constants.
Defined in NCentralRepositoryConstants
:
KInvalidNotificationId
Use KUnspecifiedKey instead of this value. KMaxBinaryLength
The maximum number of bytes that can be stored in a setting KMaxUnicodeStringLength
The 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.