Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_isshare()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_ISSHARE()
 Determine if DOS "Share" is installed
------------------------------------------------------------------------------

 Syntax

       FT_ISSHARE() -> nRetCode

 Arguments

      None

 Returns

      nRetcode will be set as follows on exit:

          0 if SHARE not loaded but ok to load
          1 if SHARE not loaded and not ok to load
        255 if SHARE loaded

 Description

      Uses DOS interrupt 2Fh (MultiPlex interrupt), service 10h
      to determine if DOS SHARE.COM is loaded.

 Examples

     IF FT_ISSHARE() != 255
        Qout("SHARE must be loaded!")
     ENDIF

 Source: ISSHARE.PRG

 Author: Glenn Scott (from Tom Leylan C source)

See Also: FT_INT86()

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