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++ Language Reference - int_restore http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                               int_restore

   Usage
   #include <int.h>
   int int_restore(unsigned vector);

   Description
   int_restore  will unlink the first interrupt handler which was  hooked
   into  specified  vector via int_intercept. This function must  not  be
   called  unless  an interrupt handler was linked to  the  vector  using
   int_intercept.  int_restore  is the complement  to  the  int_intercept
   function.

   Return Value
   The  value returned from int_restore indicates success or  failure.  A
   zero is returned on success otherwise -1.


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