Mobile Knowledge

Posts Tagged ‘CSettingInfo

How to get ringing volume of active profile in symbian 2nd edition

Posted by: Symbian Freak on: February 1, 2009

Header file – SettingInfo.h Library – PlatformEnv.lib CSettingInfo* ptrSettingInfo = CSettingInfo::NewL(NULL); CleanupStack:: PushL(ptrSettingInfo); TInt volume; User::LeaveIfError(ptrSettingInfo->Get(SettingInfo::ERingingVolume, volume)); CleanupStack:: PopAndDestroy(ptrSettingInfo);


Follow

Get every new post delivered to your Inbox.