Location:
msvapi.h
Link against: msgs.lib
MessageServer
Supported from 5.1
Provides various static information functions relating to the Message Server.
Defined in MessageServer
:
CurrentDriveL()
, DriveContainsStore()
, NullUidValue()
, Version()
static TInt CurrentDriveL(RFs& aFs);
Supported from 6.0
Returns the drive that the Message Server is using to store messages.
|
|
static TBool DriveContainsStore(RFs& aFs, TInt aDrive);
Supported from 6.0
Checks if the specified drive has a Message Server index on it.
|
|
static TMsvId NullUidValue();
Supported from 5.1
Returns the predefined message entry ID null value.
|
static TVersion Version();
Supported from 5.1
Returns the Message Server version number.
|