diff -r 4af31167ea77 -r 13d7c31c74e0 remotemgmt_plat/terminal_security_device_lock_api/inc/TerminalControl3rdPartyAPI.h --- a/remotemgmt_plat/terminal_security_device_lock_api/inc/TerminalControl3rdPartyAPI.h Thu Jul 15 19:36:11 2010 +0300 +++ b/remotemgmt_plat/terminal_security_device_lock_api/inc/TerminalControl3rdPartyAPI.h Thu Aug 19 10:44:50 2010 +0300 @@ -148,6 +148,22 @@ IMPORT_C TInt GetDeviceLockParameter(TInt aType, TDes8& aData); + /** + ResetDeviceLockParameters + + The function resets the Terminal Security parameters that were set by the calling application + (by earlier calls to SetDeviceLockParameter()) + + NOTE: + > The function resets only those parameters that the calling function had set. Parameters + not set by the calling application are not affected. + + > Calls to this function will not reset value of EPasscode. Device Lock Code will not be reset + + @param none + @return KErrNone Symbian error code + */ + IMPORT_C TInt ResetDeviceLockParameters(); }; #endif //__TERMINALCONTROL3RDPARTYAPI_H__ \ No newline at end of file