of_remove


pfcapsrv.pbl   >   pfc_n_cst_list   >   of_remove   

Full name pfc_n_cst_list.of_remove
Access public
Extend of integer
Return value integer
Prototype public function integer of_remove(ref n_cst_linkedlistnode)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_remove (ref n_cst_linkedlistnode anv_removenode);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_Remove
//
//	Access:  Public
//
//	Arguments : 
//	anv_removenode  (by ref) The actual node to be removed from the list.
//
//	Returns:  integer
//	1 = success
//	-1 = failure
//
//	Description:  
//	Removes the passed in node from the list, resetting any nodes previous 
//	and after that point to it. 
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 Super::of_Remove(anv_removenode)

end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_linkedlistbase.of_remove pfc_n_cst_linkedlistbase

     
Full name
No Data

     
Name Scope
No Data