66 lines
3.4 KiB
HTML
66 lines
3.4 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>IPC Object Management</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. -->
|
||
|
<!-- Begin Header Records ========================================= -->
|
||
|
<!-- UNIX3 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2DCIJB at -->
|
||
|
<!-- RCHVMW2 on 1 Jun 1999 at 16:14:49 -->
|
||
|
<!-- File created for V5R2 -->
|
||
|
<!-- 031112 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>
|
||
|
<a name="Top_Of_Page"></a>
|
||
|
<!-- Java sync-link -->
|
||
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
||
|
</script>
|
||
|
|
||
|
<h2>IPC Object Management</h2>
|
||
|
|
||
|
<p>Interprocess communication objects can be managed with the following APIs.
|
||
|
The QP0ZOLIP API opens a list of message queue, shared memory, semaphore set,
|
||
|
named semaphore or unnamed semaphore objects by type, by owner, by creator, or
|
||
|
by key. The QP0ZOLSM API opens a list of semaphores in a semaphore set. Both
|
||
|
APIs return a handle that can be used to get list entries with the QGYGTLE API,
|
||
|
find entries by number with the QGYFNDE API, or close the list with the QGYCLST
|
||
|
API.</p>
|
||
|
|
||
|
<p>The QP0ZRIPC API retrieves detailed information about message queue, shared
|
||
|
memory, or semaphore set objects. The QP0ZDIPC API deletes message queue,
|
||
|
shared memory, or semaphore set objects.</p>
|
||
|
|
||
|
<p>The IPC object management 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="qp0zdipc.htm">QP0ZDIPC</A> (Delete Interprocess Communication Objects) deletes one or more interprocess communication (IPC) objects as specified by the delete control parameter.</li>
|
||
|
<li><A HREF="qp0zolip.htm">QP0ZOLIP</A> (Open List of Interprocess Communication Objects) lets you generate a list of interprocess communication (IPC) objects and descriptive information based on the selection parameters.</li>
|
||
|
<li><A HREF="qp0zolsm.htm">QP0ZOLSM</A> (Open List of Semaphores) lets you generate a list of description information about the semaphores within a semaphore set.</li>
|
||
|
<li><A HREF="qp0zripc.htm">QP0ZRIPC</A> (Retrieve an Interprocess Communication Object) lets you generate detailed information about a single interprocess communication (IPC) object.</li>
|
||
|
</ul>
|
||
|
<!--***************API END PASTE***************-->
|
||
|
|
||
|
<hr>
|
||
|
<center>
|
||
|
<table cellpadding="2" cellspacing="2">
|
||
|
<tr align="center">
|
||
|
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> | <a href=
|
||
|
"unix.htm">UNIX-Type APIs</a> | <a href="aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|
||
|
|