of_Register


pfcapsrv.pbl   >   pfc_n_cst_tmgmultiple   >   of_Register   

Full name pfc_n_cst_tmgmultiple.of_Register
Access public
Extend of integer
Return value integer
Prototype public function integer of_Register(powerobject,string,long)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_Register (powerobject apo_object, string as_eventname, long al_interval);//////////////////////////////////////////////////////////////////////////////
//
//	Function: of_Register
//
//	Access: public
//
//	Arguments:
//	apo_object : powerobject ; Object to be notified
//	as_eventname : string; Event to be notified
//	al_interval : long ; How often to notify (in seconds)
//
//	Returns: integer
//	SUCCESS = 1
//	ERR = -1
//
//	Description:
//	Registers the passed object/event pair. 
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.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 of_Register(apo_object, as_eventname, al_interval, TRIGGEREVENT)
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_tmgmultiple.of_register pfc_n_cst_tmgmultiple

     
Full name
No Data

     
Name Scope
No Data