Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>function 440ah (68-10) ioctl: is handle remote? . dos 3.1</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 440Ah (68-10)   IOCTL: Is Handle Remote?                   . DOS 3.1

    Reports whether a device is local or remote.

       On entry:      AH         44h
                      AL         0Ah
                      BX         Device handle

       Returns:       AX         Bit 15  0       If handle is local
                                 Bit 15  1       If handle is remote

  --------------------------------------------------------------------------

    This subfunction (DOS 3.1 and later only) allows you to determine
    whether a handle (specified in BX) is for a local or a remote device.
    For local handles, DX returns the attribute word from the device
    header; for remote devices, DX returns with bit 15 set.

See Also: 44h

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