centralrepository.h File Reference

const TInt KMaxUnicodeStringLength

const TInt KMaxUnicodeStringLength

The maximum number of unicode characters that can be stored in a setting

const TInt KMaxBinaryLength

const TInt KMaxBinaryLength

The maximum number of bytes that can be stored in a setting

const TUint32 KUnspecifiedKey

const TUint32 KUnspecifiedKey

Error key returned by CommitTransaction in case of an error that cannot be attributed to any single or partial key. Also notify value for spurious notifications (eg when a notification is cancelled or several values change at once )

const TUint32 KInvalidNotificationId

const TUint32 KInvalidNotificationId

Use KUnspecifiedKey instead of this value.

const TUint32 KMetaSymbianReserved

const TUint32 KMetaSymbianReserved

The 8 most significant bits of a setting's meta-data are reserved for internal use. Clients should not make use of the reserved bits (unless it is specifically stated otherwise in Symbian developer documentation). Clients should not rely on the value of the reserved bits. Reserved bits are not guaranteed to be 0 or 1 and are not guaranteed to stay constant from one GetMeta call to the next. CRepository::GetMeta KMetaUnreserved

const TUint32 KMetaUnreserved

const TUint32 KMetaUnreserved

The 24 least significant bits of a setting's meta-data are available for use. Clients should make use of KMetaUnreserved to mask out the reserved bits following a call to GetMeta. Clients should not rely on the value of the reserved bits. Reserved bits are not guaranteed to be 0 or 1 and are not guaranteed to stay constant from one GetMeta call to the next. CRepository::GetMeta KMetaSymbianReserved