76 lines
4.6 KiB
HTML
76 lines
4.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>Screen Manipulation and Query APIs</title>
|
|
<!-- Begin Header Records ========================================= -->
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<!-- Change History: -->
|
|
<!-- YYMMDD USERID Change description -->
|
|
<!-- DSMMST1 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2KEA304 -->
|
|
<!-- at RCHVMW2 on 29 Jan 1999 at 16:05:09 -->
|
|
<!-- File Edited November 2001 -->
|
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<!-- Java sync-link -->
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>Screen Manipulation and Query APIs</h2>
|
|
|
|
<p>The screen manipulation and query APIs are used to query and manipulate the
|
|
state of the screen. They are:</p>
|
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
|
<!--***************API BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="QsnChgEnv.htm">Change Low-Level Environment</A> (QsnChgEnv) changes the low-level environment description.</li>
|
|
<li><A HREF="QsnClrFldTbl.htm">Clear Field Table</A> (QsnClrFldTbl) clears the format table but does not alter the display.</li>
|
|
<li><A HREF="QsnClrScr.htm">Clear Screen</A> (QsnClrScr) clears the screen and sets the screen size.</li>
|
|
<li><A HREF="QsnCrtEnv.htm">Create Low-Level Environment</A> (QsnCrtEnv) creates the environment for the low-level services APIs.</li>
|
|
<li><A HREF="QsnDltEnv.htm">Delete Low-Level Environment</A> (QsnDltEnv) deletes the environment for the low-level services APIs.</li>
|
|
<li><A HREF="QsnInzEnvD.htm">Initialize Low-Level Environment Description</A> (QsnInzEnvD) initializes the low-level environment description.</li>
|
|
<li><A HREF="QsnQry5250.htm">Query 5250</A> (QsnQry5250) returns the results of the 5250 Query command.</li>
|
|
<li><A HREF="QsnQryColorSup.htm">Query Color Support</A> (QsnQryColorSup) determines if the display device supports color.</li>
|
|
<li><A HREF="QsnQryModSup.htm">Query Display Mode Support</A> (QsnQryModSup) queries if the display device allows a given mode.</li>
|
|
<li><A HREF="QsnRstScr.htm">Restore Screen</A> (QsnRstScr) restores the contents of a screen saved with Save Screen (QsnSavScr) API.</li>
|
|
<li><A HREF="QsnRtvMod.htm">Retrieve Display Mode</A> (QsnRtvMod) queries the current device mode.</li>
|
|
<li><A HREF="QsnRtvEnvD.htm">Retrieve Low-Level Environment Description</A> (QsnRtvEnvD) retrieves the low-level environment description.</li>
|
|
<li><A HREF="QsnRtvEnvDta.htm">Retrieve Low-Level Environment User Data</A> (QsnRtvEnvDta) returns a pointer to the user data for the low-level environment.</li>
|
|
<li><A HREF="QsnRtvEnvWinMod.htm">Retrieve Low-Level Environment Window Mode</A> (QsnRtvEnvWinMod) retrieves the low-level interface environment window mode description.</li>
|
|
<li><A HREF="QsnRtvScrDim.htm">Retrieve Screen Dimensions</A> (QsnRtvScrDim) retrieves the screen dimensions.</li>
|
|
<li><A HREF="QsnRollDown.htm">Roll Down</A> (QsnRollDown) rolls the screen down by the given number of rows.</li>
|
|
<li><A HREF="QsnRollUp.htm">Roll Up</A> (QsnRollUp) rolls the screen up by the given number of rows.</li>
|
|
<li><A HREF="QsnSavScr.htm">Save Screen</A> (QsnSavScr) saves the present display so it can be restored later.</li>
|
|
<li><A HREF="QsnSetEnvWinMod.htm">Set Low-Level Environment Window Mode</A> (QsnSetEnvWinMod) sets the window mode for the low-level interface environment.</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="dsm.htm">Dynamic Screen Manager APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
<br>
|
|
</body>
|
|
</html>
|
|
|