Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> wsenvfreget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WSEnvFreGet()
------------------------------------------------------------------------------
 Purpose:
 Get the workstation's free DOS environment space.

 Syntax:
 iSpace = WSEnvFreGet()

 Parameters:
 None.

 Returns:
 A numeric value (signed short int).

 Description:
 WSEnvFreGet() returns the amount of free DOS environment space available,
 or NOVERRINT if an error occurs.

 Example:
 // To return the free environment space on the workstation:
 iFreeSpace = WSEnvFreGet()
 if ( iFreeSpace != NOVERRINT )
    ? "The DOS environment has ", iFreeSpace, " bytes free"
 endif

See Also: WSEnvSizGet() WSEnvVarGet() / WSEnvVarSet()

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