Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 6f - 10-net v3.3 - get shared device entry http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 6F - 10-NET v3.3 - GET SHARED DEVICE ENTRY
        AX = 1501h
        BX = zero-based index
        DS:SI -> node ID, 12 bytes blank-padded
        ES:DI -> 85-byte buffer for shared device table entry (see below)
Return: CF set on error
            AX = error code (see AH=00h)
        CF clear if successful
            ES:DI buffer contains shared device table entry of BXth device:
SeeAlso: AX=1502h,1503h

Format of shared device table entry:
Offset  Size    Description
 00h  8 BYTEs   device
 08h  8 BYTEs   alias
 10h 64 BYTEs   path
 50h  8 BYTEs   password
 58h    BYTE    access
 59h  4 BYTEs   mask

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