SE_dbtuneparameterinfo_set_value

Sets the DBTUNE parameter value in SE_DBTUNEPARAM record structure.

Usage syntax

LONG SDEAPI SE_dbtuneparameterinfo_set_value (SE_DBTUNEPARAM parameterInfo, const ACHAR *param_value);

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

This function sets the SE_DBTUNEPARAM's parameter value.

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_INVALID_DBTUNEPARAM_OBJECT
SE_SDE_NOT_STARTED