[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 10 Fn 7F04  - Sollex SuperVGA - Power Control - Get Timeout Reset      [V]

   AX = 7F04h
   BL = 03h

Return: AL <> 7Fh if not supported
   AL = 7Fh if supported
       AH = status
       00h successful
           BX = time increment
           CX = current timeout reset
           DX = maximum timeout reset
           ES:DI -> timeout reset table (array of bytes)
       01h failed

Note:  the timeout period is computed as (BYTE ES:[DI+CX]) * BX timer ticks

See Also: AX=7F00h,AX=7F04h/BL=02h

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson