Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 10h Function 1Ch
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Subfunction 00h is used to determine the size of buffer that will
     be necessary to contain the specified state information. The
     caller must supply the buffer.
 
     The current video state is altered during a save state operation
     (AL = 01h). If the requesting program needs to continue in the same
     video state, it can follow the save state request with an
     immediate call to restore the video state.
 
     This function is supported on the VGA only.
                                    -♦-