Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>int_prev</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int_prev
   Note-This function is not available under OS/2.


Usage

   #include <int.h>

   long int_prev(struct INT_DATA *idp)

Description

   Note-This function is not available under OS/2.

   The function int_prev can be used to call the standard interrupt handler
   from within a user-handler which has been installed using int_intercept.
   The parameter *ipd can be used to pass register values into the routine.
   On exit it contains the register values at the end oawthe standard
   interrupt handler.

Return Value

   A long containing the values in the DX and AX registers at the
   end of the called routine.

See Also

   The int_ functions.



See Also: int_

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson