Categories: Technical Solution | Symbian C++ | Security | S60 1st Edition | S60 2nd Edition | S60 3rd Edition | S60 3rd Edition, Feature Pack 1
| ID | TSS000648 | Creation date | May 10, 2007 |
| Platform | S60 1st Edition S60 2nd Edition and FP1, FP2, FP3 S60 3rd Edition and FP1 | Devices | |
| Category | Symbian C++ | Subcategory | Security, Device Security |
| Keywords (APIs, classes, methods, functions): |
Locking the keypad from an application
The keypad can be locked with the RAknKeyLock class:
#include <aknkeylock.h> // link against avkon.lib
RAknKeyLock keyLock;
if( keyLock.Connect() == KErrNone )
{
keyLock.EnableKeyLock();
keyLock.Close();
}
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Sound Loop Reinitialized | crony94 | Mobile Java General | 1 | 2004-07-22 10:33 |
| Sound Loop Reinitialized | freewebtool | Mobile Java General | 0 | 2002-11-11 02:23 |
| Nokia 5500 | homer jay | General Discussion | 2 | 2007-12-09 23:05 |
| IVR with WAP | avi-sh | Browsing and Mark-ups | 1 | 2002-06-13 11:38 |
| 6600 Help ! | yckrr | General Discussion | 0 | 2003-09-08 09:15 |