Registering procedures

Registering a procedure through Open Server calls requires these steps:

  1. Call srv_regdefine to define the procedure name and map the name to the function to be called when the procedure is executed.

  2. Call srv_regparam to describe the parameter or parameters for the procedure being defined.

  3. Call srv_regcreate to complete the registration of a procedure.

  4. Call srv_regdrop to unregister a procedure.