65 lines
3.6 KiB
HTML
65 lines
3.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>View Information 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 -->
|
|
<!-- DEBUG1 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2KEA304 -->
|
|
<!-- at RCHVMW2 on 29 Jan 1999 at 16:05:09 -->
|
|
<!-- Restructured for V5R2 ========================================= -->
|
|
<!-- 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 type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>View Information APIs</h2>
|
|
|
|
<p>View information APIs retrieve view information, including view text
|
|
information and view mapping information, and allow the program to set
|
|
parameters associated with a view.</p>
|
|
|
|
<p>The view information APIs 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="QTEMAPVP.htm">Map View Position</A> (QteMapViewPosition()) used to map positions in one view to positions in another view.</li>
|
|
<li><A HREF="QTEREGDV.htm">Register Debug View</A> (QteRegisterDebugView) registers a view of a module, which allows a program to be debugged in terms of that view.</li>
|
|
<li><A HREF="QTERMVDV.htm">Remove Debug View</A> (QteRemoveDebugView) removes a view of a module that was previously registered by the Register Debug View API. This is necessary when a program is to be removed from debug mode so it can be deleted and recompiled.</li>
|
|
<li><A HREF="QTERTVSV.htm">Retrieve Statement View</A> (QteRetrieveStatementView) returns the statement view and related information.</li>
|
|
<li><A HREF="QTERTVSP.htm">Retrieve Stopped Position</A> (QteRetrieveStoppedPosition) determines if a program is on the call stack and indicates the position in the view at which the program is stopped if it is on the stack.</li>
|
|
<li><A HREF="QTERTVVF.htm">Retrieve View File</A> (QteRetrieveViewFile) returns all the files and text information necessary to construct the text for a view.</li>
|
|
<li><A HREF="QTERTVVL.htm">Retrieve View Line Information</A> (QteRetrieveViewLineInformation) returns information about the specified number of lines in a registered view.</li>
|
|
<li><A HREF="QTERTVVT.htm">Retrieve View Text</A> (QteRetrieveViewText()) retrieves the text of a view.</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
<br>
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="debug1.htm">Debugger APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|