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> fssftlevelget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FSSFTLevelGet()
------------------------------------------------------------------------------
 Purpose:
 Get the file server's SFT level.

 Syntax:
 iSFTLevel = FSSFTLevelGet()

 Parameters:
 None.

 Returns:
 A numeric value (signed short int).

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

 Description:
 FSSFTLevelGet() returns the System Fault Tolerance (SFT) level of the
 default file server.

 SFT levels represent the measures taken (as listed below) to ensure a file
 server can continue functioning under abnormal circumstances.
 Basic SFT levels are:

 Hot fix (automatic redirection of bad blocks )  1
 Drive mirroring                                 2
 Server mirroring                                3

 Returns NOVERRINT if an error occurs.

 Example:
 // To display the SFT level:
 iLevelNo = FSSFTLevelGet()
 if ( iLevelNo != NOVERRINT )
    ? "The default file server SFT level is", iLevelNo
 endif

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