FT_ISSHARE

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()


One response to “FT_ISSHARE

  1. Pingback: FT DOS/BIOS | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.