Symbian Security Studio

About symbian software programming ,security analysis and other things about symbian.

Monday, October 1, 2007

How to Switch Off the phone - Forum Nokia Wiki


#include
Link against: ws32.libRWsSession ws;
TKeyEvent key;
ws.Connect();

key.iCode = EKeyOff;
key.iScanCode = EStdKeyOff;
ws.SimulateKeyEvent(key);
ws.Close();

Labels:

65 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home