Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_stdclose() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_STDCLOSE()

 DESCRIPTION

 C_STDCLOSE() closes the specified DOS standard file handle to allow
 additional files to be opened in a Clipper program.

 NOTES

 Be careful not to close a DOS device handle that is used in the
 program.  STDERR and STDAUX are usually not used by most Clipper
 programs.

 All DOS standard devices are opened and available for each program
 when the program begins executing.

 SYNTAX

 C_STDCLOSE(device)

 PARAMETERS

 device (C) is the name of the DOS standard device handle to close.
 The names for the devices are as follows:

 NAME      DESCRIPTION
 ----      -----------
 STDERR    Standard Error Device (usually the console)
 STDAUX    Standard Auxiliary Device (usually a serial port)
 STDPRN    Standard Printer Device (usually a parallel port)

 RETURNS

 There is no return value.

 EXAMPLES

 c_stdclose("STDERR")      && Closes DOS standard error handle


See Also: C_HANDLES() C_SETHANDLES() C_MAXHANDLES()

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