remotemgmt_plat/terminal_security_device_lock_api/inc/TerminalControl3rdPartyAPI.h
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
--- a/remotemgmt_plat/terminal_security_device_lock_api/inc/TerminalControl3rdPartyAPI.h	Tue Aug 31 16:04:06 2010 +0300
+++ b/remotemgmt_plat/terminal_security_device_lock_api/inc/TerminalControl3rdPartyAPI.h	Wed Sep 01 12:27:42 2010 +0100
@@ -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