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 31 - dpmi 0.9 api - protected mode - resize dos memory block http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 31 - DPMI 0.9 API - protected mode - RESIZE DOS MEMORY BLOCK
        AX = 0102h
        BX = new block size in paragraphs
        DX = selector of block
Return: CF set on error
            AX = DOS error code (07h,08h,09h) (see INT 21/AH=59h)
            BX = maximum block size (in paragraphs) possible
        CF clear if successful
Notes:  increasing the size of a block past a 64K boundary will fail if the
          next descriptor in the LDT is already in use
        shrinking a block past a 64K boundary will cause some selectors to be
          freed
SeeAlso: AX=0100h

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