Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>ienable()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    iEnable()

         Allows the maskable interruptions

    Syntax:

         iEnable() -> Nil

    Description:

         Allows the mascarable interrupts. It does not have effect if the
         mascarable interrupts are allow yet.
         Must be call after a iDisable() when you want to allow the
         interrupts again.

    Return:

         Nothing.

    Example:

         iDisable()
         For nInd := 1 To 100
           NullFunc()               // in this process the VMM is stop
         Next
         iEnable()

See Also: iDisable()

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