SE_dbtuneparameterinfo_set_name |
Sets the SE_DBTUNEPARAM's param_name
LONG SDEAPI SE_dbtuneparameterinfo_set_name(SE_DBTUNEPARAM parameterInfo, const ACHAR *param_name);
parameterInfo | The opaque parameter object to update |
param_name | The new param_name to set it to the SE_DBTUNEPARAM |
This function sets the SE_DBTUNEPARAM's parameter name value. Cannot exceed SE_MAX_PARAM_NAME_LEN bytes.
SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_DBTUNEPARAM_OBJECT
SE_SDE_NOT_STARTED