logwraplimits.h File Reference

KLogMaxRemotePartyLength

const TIntKLogMaxRemotePartyLength

The max allowed length in characters of the event remote party.

See also: CLogEvent

KLogMaxDirectionLength

const TIntKLogMaxDirectionLength

The max allowed length in characters of the event direction.

See also: CLogEvent

KLogMaxStatusLength

const TIntKLogMaxStatusLength

The max allowed length in characters of the event status.

See also: CLogEvent

KLogMaxSubjectLength

const TIntKLogMaxSubjectLength

The max allowed length in characters of the event subject.

See also: CLogEvent

KLogMaxDescriptionLength

const TIntKLogMaxDescriptionLength

The max allowed length in characters of the event description.

See also: CLogEvent

KLogMaxSharedStringLength

const TIntKLogMaxSharedStringLength

The max allowed length in characters of the strings stored in the "String" table. This constant is used internally by the EventLogger server.

See also: CLogServDatabaseMarshall CLogEvent

KLogMaxNumberLength

const TIntKLogMaxNumberLength

The max allowed length in characters of the event phone number.

See also: CLogEvent

KLogNullId

const TLogIdKLogNullId

This constant is used for the default initialization of the event id, marking it as an invalid one. An event is given a valid id at the moment when the event is added to the log. See CLogAddEvent class for more details. After adding the event to the log the event must have its id set and valid. Every event retrieved from the log must have a valid event id.

See also: CLogAddEvent CLogEvent

KLogNullDurationType

const TLogDurationTypeKLogNullDurationType

This constant is used for the default initialization of the event duration type, marking it as an invalid one.

See also: KLogDurationNone KLogDurationValid KLogDurationData CLogEvent

KLogNullDuration

const TLogDurationKLogNullDuration

This constant is used for the default initialization of the event duration.

See also: CLogEvent

KLogNullLink

const TLogLinkKLogNullLink

This constant is used for the default initialization of the event link.

See also: CLogEvent

KLogNullRecentList

const TLogRecentListKLogNullRecentList

This constant represents and invalid recent list id.

See also: CLogClient CLogServRecentListManager CLogServRecentList

KLogNullStringId

const TLogStringIdKLogNullStringId

This constant represents an invalid string id. The constant is used internally by the EventLogger server. See CLogServCacheStrings class for more details regarding the string caching and cached string ids.

See also: CLogServCacheStrings

KLogNullTypeId

const TLogTypeIdKLogNullTypeId

This constant represents and invalid event type id. See CLogServCacheTypes class for more details regarding the event type caching.

See also: CLogServCacheTypes CLogEvent

KLogFlagsCount

const TIntKLogFlagsCount

This constant represents the number of the available for use event flags.

See also: CLogEvent TLogFlags KLogEventRead KLogEventContactSearched

KLogNeverUsedId

const TIntKLogNeverUsedId

This constant is not used.