Windows 3.1 Device Drivers (ddag31qh.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.
InquireSave
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
The InquireSave function returns the size of the screen save buffer.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
 
AX         Specifies the action to take. It can contain one of the following
           values.
 
           Value  Meaning
           ─────────────────────────────────────────────────────────────────
           1      Returns buffer size for text capture.
 
           2      Returns buffer size for graphics capture.
 
DS         Specifies the segment address of the grabber (CS and DS registers
           are equal).
 
Return Value
 
The return value in the DX:AX register pair is the specified buffer size (in
bytes).
 
Comments
 
The InquireSave (or InquireGrab) function is responsible for carrying out
any necessary initializations for the grabber the first time the function is
called. Windows calls either InquireGrab or InquireSave before any other
call to a grabber function (unless the InitScreen function is present).
 
See Also
 
InitScreen, InquireGrab