of_gettimeout


pfcapsrv.pbl   >   pfc_n_cst_error   >   of_gettimeout   

Full name pfc_n_cst_error.of_gettimeout
Access public
Extend of integer
Return value integer
Prototype public function integer of_gettimeout()

Name Datatype
No Data

Name Datatype
No Data

public function integer of_gettimeout ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetTimeOut
//
//	Access:  		public
//
//	Arguments:
//
//	Returns:  		integer
//						Number of seconds before message window close by itself.
//
//	Description:  	This function is called to get the number of seconds before 
//						the PFC Message Window closes.
//					  	When using the PFC Message Window the service has the
//						control to automatically close the Message Window after
//						a given number of seconds.
//						For the PFC Message Window, 0 seconds means to stay open
//						forever.
//			*Note:	This seconds setting will have no effect on the service if
//						the service has been instructed to use the standard PB
//						MessageBox function.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

Return ii_timeout 
end function

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data