Int 31/AX=FF0Eh

Prev Next Ralf Interrups Categories Contents

------

CauseWay - ResMem32 - RESIZE MEMORY BLOCK (32-bit)

AX = FF0Eh
BX = selector for block to be resized
ECX = new size in bytes

Return:
CF clear if successful CF set on error

Note: The memory block may have to be copied to another location in order to satisfy the requested new size, in which case the base address of the selector is updated

See Also: AX=FF0Ch - AX=FF0Dh - AX=FF13h

Category: DOS Extenders - Int 31h - C

------

Prev Next Ralf Interrups Categories Contents