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 21 - novell advanced netware 2.0+ - file server file copy http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell Advanced NetWare 2.0+ - FILE SERVER FILE COPY
        AH = F3h
        ES:DI -> request string (see below)
Return: AL = status/error code
        CX:DX = number of bytes copied

Format of request string:
Offset  Size    Description
 00h    WORD    source file handle
 02h    WORD    destination file handle
 04h    DWORD   starting offset in source
 08h    DWORD   starting offset in destination
 0Ch    DWORD   number of bytes to copy

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