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 /6bh query code-page prepare list dos 3.3+</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 440Ch /6bh     Query Code-Page Prepare List                 DOS 3.3+

    Returns the list of currently prepared code pages for the
    specified device.

        Entry   AX    = 440Ch
                BX    = Device handle
                CH    = Device category:
                        | 01h   Serial device
                        | 03h   Console (screen)
                        | 05h   Parallel printer
                CL    = 6bh
                DS:DX = Pointer to a CPList structure

        Return  CPList filled
                or
                AX = Error code, if CF is set
                     | ??

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

    The device driver may return up to 12 hardware code-page
    identifiers and 12 prepared code-page identifiers.

See Also: 440Ch /4ah 440Ch /4ch 440Ch /4dh 440Ch /6ah CPList

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