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

79 lines
4.4 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="Displaying the Properties view for an iSeries Object" />
<meta name="abstract" content="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." />
<meta name="description" content="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." />
<meta name="DC.Relation" scheme="URI" content="rzaiksoatypuse.htm" />
<meta name="DC.Relation" scheme="URI" content="rzaiksoasamplprog2.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="soadisppropview" />
<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>Displaying the Properties view for an iSeries Object</title>
</head>
<body id="soadisppropview"><a name="soadisppropview"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Displaying the Properties view for an iSeries Object</h1>
<div><p>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.</p>
<div class="section"><h4 class="sectiontitle">Displaying the properties view for an object (Summary)</h4><pre>(O) cwbRC_StartSys Start a conversation with an iSeries server
(R) CWBSO_CreateListHandle Create a list of iSeries objects
(O) CWBSO_SetListFilter Set list filter criteria
(R) CWBSO_CreateErrorHandle Create an error object
(R) CWBSO_OpenList Open the list (builds a list on the iSeries server)
(O) CWBSO_DisplayErrMsg Display error message if error occurred
(O) CWBSO_GetListSize Get number of objects in the list
(R) CWBSO_GetObjHandle Get an object from the list
(R) CWBSO_DisplayObjAttr Display the properties view for the object
(R) CWBSO_DeleteObjHandle Delete the object
(O) CWBSO_CloseList Close the list
(R) CWBSO_DeleteErrorHandle Delete error object
(R) CWBSO_DeleteListHandle Delete list
(O) cwbRC_StopSys End iSeries conversation
</pre>
</div>
<div class="section"> <div class="note"><span class="notetitle">Note:</span> By using the code examples, you agree to the terms of the <a href="codedisclaimer.htm">Code license and disclaimer information</a>.</div>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzaiksoasamplprog2.htm">Sample program: Displaying the Properties view of an object</a></strong><br />
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiksoatypuse.htm" title="Three summaries for and examples of System Object Access API usage are provided below.">Typical use of System Object Access APIs for iSeries Access for Windows</a></div>
</div>
</div>
</body>
</html>