VersionInfo Class Reference
Class holds system version information. 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.
platformver.lib
- Since
- S60 3.2
Nested Classes and Structures
Constructor & Destructor Documentation
Member Functions Documentation
GetVersion(TVersionBase &)
This method gets the version information.
GetVersion(TVersionBase &, RFs &)
This method gets the version information. Given file server session avoids the overhead of new file server connection.
Parameters
TVersionBase & aVersion | Stores the version information |
RFs & aFs | An opened file server session |
Member Enumerations Documentation
Enum TVersionType
Used internally to detect type of version info
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.