Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>int 2fh / 1000h get share.exe installed state dos 3.0+</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 2Fh / 1000h         Get SHARE.EXE Installed State                DOS 3.0+

    Determines whether the resident portion of the SHARE program has
    been loaded.

        Entry   AX = 1000h

        Return  AL = 0FFh | 00h   SHARE loaded | not loaded


    Note
    Some operating environments, such as Windows, intercepts this
    multiplex interrupt and always return a nonzero value whether the
    Share program is loaded or not. To determine whether file sharing
    is available, a program should check for error values upon
    returning from carrying out a file-sharing function, such as
    Lock/Unlock File (Int 21h function 5ch).

See Also: 5ch

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