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>idisable()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    iDisable()

         Inhibits the mascarable interrupts

    Syntax:

         iDisable() -> Nil

    Description:

         Inhibits the mascarable interrupts and that makes the VMM of
         Clipper not to use the dead times to make it's work.
         Is very useful when the response time of a process is fundamental
         and we do not want the VMM to use the falses dead times.
         Remember that any interrupt can not be used if you do not call the
         function iEnable().

    Return:

         Nothing.

    Example:

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

See Also: iEnable()

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