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> wsenvfreeget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WSEnvFreeGet()
------------------------------------------------------------------------------
 Purpose:
 Get the workstation's free DOS environment space.

 Syntax:
 iSpace = WSEnvFreeGet()

 Parameters:
 None.

 Returns:
 A numeric value (signed short int).

 The CA-Clipper name for this function is:
 WSEnvFreGet()

 Description:
 WSEnvFreeGet() 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 = WSEnvFreeGet()
 if ( iFreeSpace != NOVERRINT )
    ? "The DOS environment has ", iFreeSpace, " bytes free"
 endif

See Also: WSEnvSizeGet() WSEnvVariableGet() / WSEnvVariableSet()

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