95 lines
6.3 KiB
HTML
95 lines
6.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="iSeries Access for Windows System Object Access (SOA) APIs" />
|
|
<meta name="abstract" content="System Object Access enables you to view and manipulate iSeries objects through a graphical user interface." />
|
|
<meta name="description" content="System Object Access enables you to view and manipulate iSeries objects through a graphical user interface." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikapiinterfaces.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiksoaobjects.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiksoaobjviews.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiksoatypuse.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiksoaprogconsiderations.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiksoaapilist.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikrcsoaapis.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikas400sysnameformat.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="soa" />
|
|
<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>iSeries Access for Windows System Object
|
|
Access (SOA) APIs</title>
|
|
</head>
|
|
<body id="soa"><a name="soa"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1"><span class="keyword">iSeries Access for Windows</span> System Object
|
|
Access (SOA) APIs</h1>
|
|
<div><p>System Object Access enables you to view and manipulate iSeries™ objects
|
|
through a graphical user interface.</p>
|
|
<div class="section"><p> System Object Access application programming interfaces (APIs)
|
|
for <span class="keyword">iSeries Access for Windows<sup>®</sup></span> provide direct
|
|
access to object attributes. For example, to obtain the number of copies for
|
|
a given spool file, you can call a series of SOA APIs, and change the value
|
|
as needed.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">System Object Access APIs for <span class="keyword">iSeries Access for Windows</span> required
|
|
files:</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="37.28813559322034%" id="d0e51">Interface definition file</th>
|
|
<th valign="top" width="25.423728813559322%" id="d0e53">Import library</th>
|
|
<th valign="top" width="37.28813559322034%" id="d0e55">Dynamic Link Library</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="37.28813559322034%" headers="d0e51 ">cwbsoapi.h</td>
|
|
<td valign="top" width="25.423728813559322%" headers="d0e53 ">cwbapi.lib</td>
|
|
<td valign="top" width="37.28813559322034%" headers="d0e55 ">cwbsoapi.dll</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Programmer's Toolkit:</h4><p>The Programmer's Toolkit provides
|
|
System Object Access documentation, access to the cwbsoapi.h header file,
|
|
and links to sample programs. To access this information, open the Programmer's
|
|
Toolkit and select <span class="menucascade"><span class="uicontrol">iSeries Operations</span> > <span class="uicontrol">C/C++ APIs</span></span>.</p>
|
|
<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="rzaiksoaobjects.htm">SOA objects</a></strong><br />
|
|
Use System Object Access to view and to manipulate the following iSeries objects.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaiksoaobjviews.htm">iSeries object views</a></strong><br />
|
|
Two types of <strong>iSeries object views</strong> are provided with <span class="keyword">iSeries Access for Windows</span>.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaiksoatypuse.htm">Typical use of System Object Access APIs for iSeries Access for Windows</a></strong><br />
|
|
Three summaries for and examples of System Object Access API usage are provided below.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaiksoaprogconsiderations.htm">iSeries Access for Windows System Object Access programming considerations</a></strong><br />
|
|
See the following topics for important SOA programming considerations.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaiksoaapilist.htm">System Object Access APIs for iSeries Access for Windows List</a></strong><br />
|
|
The following System Object Access APIs for <span class="keyword">iSeries Access for Windows</span> are
|
|
listed alphabetically.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaikapiinterfaces.htm" title="iSeries Access for Windows provides C/C++ application programming interfaces (APIs) for accessing iSeries resources.">iSeries Access for Windows C/C++ APIs</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rzaikrcsoaapis.htm">System Object Access APIs return codes</a></div>
|
|
<div><a href="rzaikas400sysnameformat.htm" title="APIs that take an iSeries system name as a parameter accept names in the following formats.">iSeries system name formats for connection APIs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |