API published in: S60 3rd Ed FP 2
Link against: platformver.lib
Required Capabilities
None
#include <versioninfo.h>
Version Info API provides an interface for quering system version information.
Usage:
Get platform version information:
// iFs contains open file server session VersionInfo::TPlatformVersion platformVersion; // Select the overload of VersionInfo::GetVersion() that suits best for // the current client. User::LeaveIfError( VersionInfo::GetVersion( platformVersion, iFs ) ); // Now platformVersion contains platform version information.
Static Public Member Functions |
|
static IMPORT_C TInt | GetVersion (TVersionBase &aVersion) |
This method gets the version information. |
|
static IMPORT_C TInt | GetVersion (TVersionBase &aVersion, RFs &aFs) |
This method gets the version information. |
|
Data Structures |
|
class | TPlatformVersion |
Class TPlatformVersion stores platform version information. More... |
|
class | TVersionBase |
Class TVersionBase is a base class for all version information data. More... |
|
This method gets the version information. Given file server session avoids the overhead of new file server connection.
|
|
This method gets the version information.
|