Int 31/AX=EE10h

Prev Next Ralf Interrups Categories Contents

------

DOS32 v3.2+ - SET UP A DOS32 LOADABLE LIBRARY

AX = EE10h
EDX -> library ASCIZ path\filename
EBX = number of bytes to seek from beginning of file

Return:
CF clear if successful EAX = size of memory block required to store library EBX = size of library file CF set on error AL = error code. 01h error opening or reading file 02h bad DOS32 library file

See Also: AX=EE00h - AX=EE11h

Category: DOS Extenders - Int 31h - D

------

Prev Next Ralf Interrups Categories Contents