remotemgmt_plat/terminal_security_device_lock_api/inc/TerminalControl3rdPartyAPI.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
   146 		@return KErrNone Symbian error code
   146 		@return KErrNone Symbian error code
   147 		*/
   147 		*/
   148 
   148 
   149 		IMPORT_C TInt GetDeviceLockParameter(TInt aType, TDes8& aData);
   149 		IMPORT_C TInt GetDeviceLockParameter(TInt aType, TDes8& aData);
   150 
   150 
   151 		/**
       
   152 		ResetDeviceLockParameters
       
   153 
       
   154 		The function resets the Terminal Security parameters that were set by the calling application
       
   155 		(by earlier calls to SetDeviceLockParameter())
       
   156 
       
   157 		NOTE:
       
   158 		 > 	The function resets only those parameters that the calling function had set. Parameters
       
   159 			not set by the calling application are not affected.
       
   160 
       
   161 		 >	Calls to this function will not reset value of EPasscode. Device Lock Code will not be reset
       
   162 
       
   163 		@param none
       
   164 		@return KErrNone Symbian error code
       
   165 		*/
       
   166 		IMPORT_C TInt ResetDeviceLockParameters();
       
   167 	};
   151 	};
   168 
   152 
   169 #endif //__TERMINALCONTROL3RDPARTYAPI_H__
   153 #endif //__TERMINALCONTROL3RDPARTYAPI_H__