Int 15/AH=14h

Prev Next Ralf Interrups Categories Contents

------

VMiX - sys_clrwindow - CLEAR WINDOW

AH = 14h.

STACK:
WORD top left corner of window (high byte = row, low = col) WORD bottom right corner of window (high = row, low = col)

Return:
AX = status (SYS_OK)

Note: Clears window to color set with "sys_setcolors" (AH=18h)

See Also: AH=15h"VMiX" - AH=16h"VMiX" - AH=18h"VMiX" - AH

Category: DOS-Based Task Switchers/Multitaskers - Int 15h - V

------

Prev Next Ralf Interrups Categories Contents