February 09, 2025, 01:16:58 PM

News:

IWBasic runs in Windows 11!


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