HEADER
#include <aknkeylock.h>
Code to Lock the Keypad:
RAknKeyLock objKeyLock ;Code to Unlock the Keypad
objKeyLock.Connect();
if(!objKeyLock.IsKeyLockEnabled())
objKeyLock.EnableKeyLock();
objKeyLock.Close();
RAknKeyLock objKeyLock ;Regards,
objKeyLock.Connect();
if(objKeyLock.IsKeyLockEnabled())
objKeyLock.DisableKeyLock();
objKeyLock.Close();
Kannabiran.
No comments:
Post a Comment