March 28, 2024, 10:15:23 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


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