April 26, 2024, 04:15:43 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


SetAbortProc call

Started by Haim, September 15, 2007, 08:15:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Haim

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