The Remote Procedure Call Library

To use the RPCs described in this section, you must have the following header files in your H\INCLUDE directory:

RPC Header File

RPC\AUTH.H RPC\AUTH_UNI.H RPC\CLNT.H RPC\PMAP_CLN.H RPC\PMAP_PRO.H RPC\RPC.H RPC\RPC_MSG.H RPC\RPCNETDB.H RPC\RPCTYPES.H RPC\SVC.H RPC\SVC_AUTH.H RPC\XDR.H

The RPC routines are in the RPC32DLL.LIB file in the LIB directory.

Put the following statement at the beginning of any file using RPC code:

#include <rpc\rpc.h>


[Back: The enum clnt_stat Structure]
[Next: Differences between OS/2 and Sun Microsystems RPCs]