This function gets the current transaction window parameters.
MCO_RET mco_cluster_get_window_params ( /*IN*/ mco_db_h db, /*OUT*/ mco_cluster_window_t* window_params )
db | Connection to the database. |
window_params | Cluster window parameters. |
This function returns the current transaction window parameters.
MCO_S_OK | Window parameters returned successfully |
MCO_E_CLUSTER_NOT_INITIALIZED | The database was not created by mco_cluster_db_open(). Note: it may have been created by mco_db_open_dev() by mistake |