Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfmourel()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfMouRel()
Remove mouse from memory
------------------------------------------------------------------------------
Syntax:

     dfMouRel() --> NIL

Parameters:

     NONE

Returns:

     NIL

Description:

     Removes the mouse driver from memory.
     
     N.B.  This function MUST be used in the case that you are using any
     function that shells to DOS, like OVERLAY.  The mouse driver is a TSR
     function, and its memory image will be swapped out to disk. As soon as
     you touch the mouse, the system will probably crash.

Example:

     dfMouRel() // Remove the mouse from memory
     OVERLAY( "C:\WINDOWS\WIN" )
     dfMouAct() // Install the mouse in memory

See also:

     dfMouAct()

See Also: dfMouAct()

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