144 lines
3.2 KiB
HTML
144 lines
3.2 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>rapi_release()--Release the currently active RAPI reservation</title>
|
||
|
<!-- Begin Header Records -->
|
||
|
<!-- 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. -->
|
||
|
<!-- Created by John Hall for V5R1-->
|
||
|
<!-- Edited by Kersten Feb 02 -->
|
||
|
<!-- 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>rapi_release()--Release the currently active RAPI reservation</h2>
|
||
|
|
||
|
<div class="box" style="width: 60%;">
|
||
|
<br>
|
||
|
Syntax<br>
|
||
|
<pre>
|
||
|
#include <rapi.h>
|
||
|
int rapi_release( rapi_sid_t SessID )
|
||
|
|
||
|
</pre>
|
||
|
|
||
|
<br>
|
||
|
Service program name: QSYS/QTOQRAPI<br>
|
||
|
<!-- iddvc RMBR -->
|
||
|
<br>
|
||
|
Default public authority: *EXCLUDE<br>
|
||
|
<!-- iddvc RMBR -->
|
||
|
<br>
|
||
|
Threadsafe: Yes<br>
|
||
|
<!-- iddvc RMBR -->
|
||
|
<br>
|
||
|
</div>
|
||
|
|
||
|
<p>The <strong>rapi_release()</strong> API releases the RAPI reservation that
|
||
|
is active currently and closes the open sessions. This call is made implicitly
|
||
|
if the application terminates without closing its RSVP sessions.</p>
|
||
|
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<h3>Parameters</h3>
|
||
|
|
||
|
<dl>
|
||
|
<dt><strong><em>SessID</em></strong></dt>
|
||
|
|
||
|
<dd>(Input) Required<br>
|
||
|
The session ID returned by a successful <strong>rapi_session()</strong>
|
||
|
call.</dd>
|
||
|
</dl>
|
||
|
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<h3>Authorities</h3>
|
||
|
|
||
|
<p>None.</p>
|
||
|
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<h3>Return Value</h3>
|
||
|
|
||
|
<p>Returns 0 if successful.</p>
|
||
|
|
||
|
<p>Returns a RAPI error code if not successful.</p>
|
||
|
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<h3>Error Conditions</h3>
|
||
|
|
||
|
<dl>
|
||
|
<dt><em>[RAPI_ERR_BADSID]</em></dt>
|
||
|
|
||
|
<dd>
|
||
|
<p>The session ID passed to the API did not correspond to a valid RAPI
|
||
|
session.</p>
|
||
|
</dd>
|
||
|
|
||
|
<dt><em>[RAPI_ERR_NORSVP]</em></dt>
|
||
|
|
||
|
<dd>
|
||
|
<p>The RSVP server was not detected. Make sure the server has been
|
||
|
started.></p>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<h3>Usage Notes</h3>
|
||
|
|
||
|
<ol>
|
||
|
<li>The <strong>rapi_session()</strong> API must be called to establish a
|
||
|
session ID to be used with the other RAPI APIs.<br>
|
||
|
<br>
|
||
|
</li>
|
||
|
|
||
|
<li>The RSVP server must be running before any of the RAPI APIs are
|
||
|
called.</li>
|
||
|
</ol>
|
||
|
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<h3>Related Information</h3>
|
||
|
|
||
|
<p>For a description of the RSVP protocol, see RFC 2205 on the RFC Pages for <a
|
||
|
href="http://www.ietf.org/rfc.html">The Internet Engineering Task
|
||
|
Force</a>.<img src="www.gif" alt="Link outside Information Center"></p>
|
||
|
|
||
|
<p>Complete documentation of the RAPI APIs can be found at <a href=
|
||
|
"http://www.opengroup.org/publications/catalog/c809.htm">The Open
|
||
|
Group</a>.<img src="www.gif" alt="Link outside Information Center"></p>
|
||
|
|
||
|
<br>
|
||
|
<hr>
|
||
|
API introduced: V5R1
|
||
|
|
||
|
<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>
|
||
|
|