ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaik_5.4.0.1/rzaiksoatypuse.htm

68 lines
4.3 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="Typical use of System Object Access APIs for iSeries Access for Windows" />
<meta name="abstract" content="Three summaries for and examples of System Object Access API usage are provided below." />
<meta name="description" content="Three summaries for and examples of System Object Access API usage are provided below." />
<meta name="DC.Relation" scheme="URI" content="rzaiksoa.htm" />
<meta name="DC.Relation" scheme="URI" content="rzaiksoadisplaycustobjlist.htm" />
<meta name="DC.Relation" scheme="URI" content="rzaiksoadisppropview.htm" />
<meta name="DC.Relation" scheme="URI" content="rzaiksoaaccessupdatedata.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="soatypuse" />
<meta name="DC.Language" content="en-us" />
<!-- 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. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Typical use of System Object Access APIs for iSeries Access for Windows</title>
</head>
<body id="soatypuse"><a name="soatypuse"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Typical use of System Object Access APIs for <span class="keyword">iSeries™ Access for Windows<sup>®</sup></span></h1>
<div><p>Three summaries for and examples of System Object Access API usage
are provided below.</p>
<div class="section"><p>Each example is presented twice; a typical sequence of API calls
is shown in summary form, and then an actual C-language sample program is
presented. The summary indicates which APIs are required (R) and which are
optional (O). Normally, additional code would be required to check for and
handle errors on each function call; this has been omitted for illustration
purposes.</p>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzaiksoadisplaycustobjlist.htm">Displaying a customized list of iSeries objects</a></strong><br />
In this example, a list object for a list of iSeries™ spool
files is created. After setting the desired sort and filter criteria, the
list is displayed to the user, with the user interface customized so that
certain user actions are disabled.</li>
<li class="ulchildlink"><strong><a href="rzaiksoadisppropview.htm">Displaying the Properties view for an iSeries Object</a></strong><br />
A list object for a list of iSeries™ spool files is created. After
setting the desired filter criteria, the list is opened, and a handle to the
first object in the list is obtained. A properties view that shows the attributes
for this object is displayed to the user.</li>
<li class="ulchildlink"><strong><a href="rzaiksoaaccessupdatedata.htm">Accessing and updating data for iSeries Objects</a></strong><br />
A list object for a list of iSeries™ spool files is created. After
setting the desired filter criteria, the list is opened. A parameter object
is created which will be used to change the output priority for each spooled
file in the list.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiksoa.htm" title="System Object Access enables you to view and manipulate iSeries objects through a graphical user interface.">iSeries Access for Windows System Object Access (SOA) APIs</a></div>
</div>
</div>
</body>
</html>