SE_dbtuneparameterinfo_set_name

Sets the SE_DBTUNEPARAM's param_name

Usage syntax

LONG SDEAPI SE_dbtuneparameterinfo_set_name(SE_DBTUNEPARAM parameterInfo, const ACHAR *param_name);

Parameters           
parameterInfo The opaque parameter object to update
param_name The new param_name to set it to the SE_DBTUNEPARAM
Description

This function sets the SE_DBTUNEPARAM's parameter name value. Cannot exceed SE_MAX_PARAM_NAME_LEN bytes.

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_DBTUNEPARAM_OBJECT
SE_SDE_NOT_STARTED