Converting Local Procedures into Remote Procedures
Applications running at a single workstation can be converted to run over the network. A converted procedure can be called from anywhere in the network. Generally, it is necessary to identify the types for all procedure inputs and outputs.
A null procedure (procedure 0) is not necessary because the rpcgen compiler generates it automatically. For more information, see Converting Local Procedures into Remote Procedures Example.