Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!umd5!uvaarpa!mcnc!gatech!psuvax1!vu-vlsi!lehi3b15!sbower From: sbower@lehi3b15.UUCP (Steve Bower) Newsgroups: comp.sys.amiga Subject: Calling original function after SetFunction() Message-ID: <346@lehi3b15.UUCP> Date: 4 Mar 88 16:53:16 GMT Organization: CSEE Dept., Lehigh Univ., Bethlehem, PA Lines: 8 I'm currently working on my senior project; basically, I need to take over the OpenDevice() call and substitute my own device for the serial.device. However, I still want to be able to use the original OpenDevice() call to do the actual opening (I merely need to substitute one device for another). Is it legal to use the address I get back from SetFunction() to call the original OpenDevice() function? Any info would be greatly appreciated!! -Steve.