65 lines
3.0 KiB
HTML
65 lines
3.0 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>User Space APIs</title>
|
||
|
<!-- 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 -->
|
||
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<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>User Space APIs</h2>
|
||
|
|
||
|
<p>The user space APIs allow you to create and delete user spaces, change and
|
||
|
retrieve the contents of user spaces, and change and retrieve information about
|
||
|
user spaces.</p>
|
||
|
|
||
|
<p>For additional information, see <a href="obj5a.htm">Using User Space
|
||
|
APIs</a>.</p>
|
||
|
|
||
|
<p>The user space 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="quschgus.htm">Change User Space</A> (QUSCHGUS) changes the contents of a user space.</li>
|
||
|
<li><A HREF="quscusat.htm">Change User Space Attributes</A> (QUSCUSAT) changes the attributes of a user space object.</li>
|
||
|
<li><A HREF="quscrtus.htm">Create User Space</A> (QUSCRTUS) creates a user space.</li>
|
||
|
<li><A HREF="qusdltus.htm">Delete User Space</A> (QUSDLTUS) deletes user spaces created with the QUSCRTUS API.</li>
|
||
|
<li><A HREF="qusptrus.htm">Retrieve Pointer to User Space</A> (QUSPTRUS) retrieves a pointer to the beginning of a user space for a high-level language (HLL) that supports pointers. HLLs that support pointers can use this pointer to manipulate the contents of a user space directly.</li>
|
||
|
<li><A HREF="qusrtvus.htm">Retrieve User Space</A> (QUSRTVUS) retrieves the contents of a user space. It does not retrieve descriptive information about the user space, such as its size.</li>
|
||
|
<li><A HREF="qusrusat.htm">Retrieve User Space Attributes</A> (QUSRUSAT) retrieves information about creation attributes and current operational statistics of the user space, such as its size.</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="obj1.htm">Object APIs</a> |
|
||
|
<a href="aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|