Standard remote procedure calls

An Open Server application processes a conventional RPC from within the application’s SRV_RPC event handler. The handler code must parse the RPC data stream and retrieve the RPC name, the number of parameters, the parameter formats, and the parameter values in the process. The handler can then take actions based on these values. A SRV_RPC event handler must be coded for all possible RPCs the application programmer anticipates will come over the network.