Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> swpfrexms()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SWPFREXMS()
------------------------------------------------------------------------------
 Purpose:
 Limit use of XMS memory for swapping.

 Syntax:
 nuValue = SWPFREXMS(nuValue)

 Parameters:
 nuValue  Maximum XMS in Kb.

 Returns:
 The previous setting.

 Description:
 This function can be used to limit the amount of XMS used by the swap system
 for program image storage, so that the specified amount can be left free for
 the child program.

 Please note that this function only restricts the amount of XMS used by
 SWPRUNCMD(), it does not cause any XMS in use by the application to be
 freed. The amount of XMS specified as a parameter to this function must
 already be free at the time SWPRUNCMD() is executed.

 Example:
 SWPUSEXMS(.T.)    // Enable use of XMS (default) but leave                  
 SWPFREXMS(512)    // at least 512 Kb free if possible                       

See Also: SWPFREEMS()

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