Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ASShdDefs.h>

ASShdDefs.h Global variables

KMaxAlarmMessageLength

const TInt KMaxAlarmMessageLength=0x80;

Description

Maximum length of an alarm message. The message is usually displayed by the alarm UI.

[Top]


KMaxAlarmSoundNameLength

const TInt KMaxAlarmSoundNameLength=KMaxFileName;

Description

Maximum length of the filename of the sound played when an alarm expires.

[Top]


KNullAlarmId

const TAlarmId KNullAlarmId=0;

Description

Defines a null alarm identifier.

[Top]


KDefaultSoundPlayOffsetInSeconds

const TInt KDefaultSoundPlayOffsetInSeconds=0;

Description

Defines the length in seconds of an alarm sound offset.

[Top]


KDefaultSoundPlayDurationInSeconds

const TInt KDefaultSoundPlayDurationInSeconds=30;

Description

Defines the length in seconds of an alarm sound duration.

[Top]


KASCliCategoryClock

const TAlarmCategory KASCliCategoryClock={ 0x101F5030 };

Description

A category that can be assigned to identify clock alarms to the client. The server does not distinguish between alarm types.