[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson