59 lines
2.1 KiB
HTML
59 lines
2.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</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 -->
|
|
<!-- 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>Transport-Independent Remote Procedure Call APIs</h2>
|
|
|
|
<p>The Transport-Independent Remote Procedure Call (TI-RPC) functions allow
|
|
distributed applications to communicate with each other in a transport
|
|
independent fashion. These APIs are provided to perform Transport-Independent
|
|
Remote Procedure Calls.</p>
|
|
|
|
<p>The TI-RPC APIs are divided into five separate sections:</p>
|
|
|
|
<ul>
|
|
<li><a href="rpc5a.htm">Simplified APIs</a></li>
|
|
|
|
<li><a href="rpc5b.htm">Top-level APIs</a></li>
|
|
|
|
<li><a href="rpc5c.htm">Intermediate-level APIs</a></li>
|
|
|
|
<li><a href="rpc5d.htm">Expert-level APIs</a></li>
|
|
|
|
<li><a href="rpc5e.htm">Other APIs</a> (These APIs work with the other four
|
|
sections.)</li>
|
|
</ul>
|
|
|
|
<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>
|