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

 Syntax:
 iSize = WSEnvSizGet()

 Parameters:
 None.

 Returns:
 A numeric value (signed short int).

 Description:
 WSEnvSizGet() returns the size of the DOS environment on the current
 workstation, or NOVERRINT if an error occurs.

 Example:
 // To return the size of the DOS environment:
 iEnvSize = WSEnvSizGet()
 if ( iEnvSize != NOVERRINT )
    "The DOS environment size is ", iEnvSize, " bytes"
 endif

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

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