61 lines
3.1 KiB
HTML
61 lines
3.1 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>Transport-Independent Remote Procedure Call APIs -- Top-level APIs</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. -->
|
|
<!-- NETMG2 SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
|
|
<!-- RCHVMW2 on 29 Jan 1999 at 10:01:37 -->
|
|
<!-- File restructured for V5R2 -->
|
|
<!-- 031111 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 language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
|
</script>
|
|
|
|
<h2>Top-level APIs</h2>
|
|
|
|
<p>The top-level APIs allow more customization to both the client and the
|
|
service while still maintaining an ease of development and use.</p>
|
|
|
|
<p>The top-level 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="clnt_call.htm">clnt_call()</A> (Call a remote procedure associated with the client) calls the remote procedure that is associated with the client handle pointed to by the clnt parameter.</li>
|
|
<li><A HREF="clnt_control.htm">clnt_control()</A> (Change information about a client object) is used to change or retrieve information about a client object.</li>
|
|
<li><A HREF="clnt_create.htm">clnt_create()</A> (Create a generic client handle) creates and returns a generic client handle for program prognum and version versnum on a remote host where the server is located.</li>
|
|
<li><A HREF="clnt_destroy.htm">clnt_destroy()</A> (Destroy the RPC Client's Handle) destroys the RPC client's handle.</li>
|
|
<li><A HREF="svc_create.htm">svc_create()</A> (Create a server handle) creates server handles for all the transports belonging to the class nettype.</li>
|
|
<li><A HREF="svc_destroy.htm">svc_destroy()</A> (Destroy an RPC service transport handle) destroys an RPC service transport handle.</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="rpc1.htm">Remote Procedure Call (RPC) APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|