Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>function 440ch /5fh set display mode dos 4.0+</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 440Ch /5fh     Set Display Mode                             DOS 4.0+

    Sets the display mode for the screen device.

        Entry   AX    = 440Ch
                BX    = Device handle
                CH    = 03h (screen device category)
                CL    = 5fh
                DS:DX = Pointer to a DisplayMode structure

        Return  AX = Error code, if CF is set
                     | 01h Invalid function
                     | 05h Access denied
                     | 06h Invalid handle

    ------------------------------------------------------------------

    This function returns 01h (invalid function) if the ANSI.SYS
    driver has not been loaded.

See Also: 440Ch /7fh 1A00h DisplayMode

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