Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: msvapi.h
Link against: msgs.lib

Class MessageServer

MessageServer

Support

Supported from 5.1

Description

Provides various static information functions relating to the Message Server.

Defined in MessageServer:
CurrentDriveL(), DriveContainsStore(), NullUidValue(), Version()


CurrentDriveL()

static TInt CurrentDriveL(RFs& aFs);

Support

Supported from 6.0

Description

Returns the drive that the Message Server is using to store messages.

Parameters

RFs& aFs

File server session

Return value

TInt

Drive used, specified by a TDriveNumber value

See also:

[Top]


DriveContainsStore()

static TBool DriveContainsStore(RFs& aFs, TInt aDrive);

Support

Supported from 6.0

Description

Checks if the specified drive has a Message Server index on it.

Parameters

RFs& aFs

File server session

TInt aDrive

Drive to check, specified by a TDriveNumber value

Return value

TBool

True if aDrive has a Message Server index, otherwise false

See also:

[Top]


NullUidValue()

static TMsvId NullUidValue();

Support

Supported from 5.1

Description

Returns the predefined message entry ID null value.

Return value

TMsvId

Message entry ID null value

[Top]


Version()

static TVersion Version();

Support

Supported from 5.1

Description

Returns the Message Server version number.

Return value

TVersion

Message server version number