IonicWind Software

Aurora Compiler => Coding Help - Aurora 101 => Topic started by: Haim on September 15, 2007, 08:15:25 AM

Title: SetAbortProc call
Post by: Haim on September 15, 2007, 08:15:25 AM
Hi,
I am trying to implement the SetAbortproc in a piece of code I am toying with.

I defined the AbortPrint method as a pointer in the Cprinter class, like this:
declare *AbortPrint(),int;

I do not know how to pass this method pointer to the SetAbortProc API.
Can anyone show me how to do this?

Haim