SE_dbtuneparameterinfo_get_name |
Gets the SE_DBTUNEPARAM's parameter_name
LONG SE_dbtuneparameterinfo_get_name (const SE_DBTUNEPARAM parameterInfo, CHAR *param_name);
parameterInfo | The parameter object to get parameter name |
param_name | The retrieved parameter name |
This function returns the SE_DBTUNEPARAM's parameter name value. The calling function must allocate a CHAR buffer of at least SE_MAX_PARAM_NAME_LEN bytes to receive the result.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_DBTUNEPARAM_OBJECT
SE_SDE_NOT_STARTED