Create the
MCO RESTserver instance and stores its handle in therestparameter.
MCO_RET mcorest_create(const char *db_name, mcorest_h *rest);
| db_name | The name of the database to bind the server to |
| rest | Pointer to receive the server instance handle |
This function creates the
MCO RESTserver instance and stores its handle in therestparameter.
| MCO_S_OK = 0 | Success |
| MCO_E_REST_* | Any of the Web Services Error Codes |