SE_dbtuneparameterinfo_create

Creates an empty SE_DBTUNEPARAM object

Usage syntax

LONG SDEAPI SE_dbtuneparameterinfo_create (SE_DBTUNEPARAM *parameterInfo);
 

Parameters
parameterInfo Pointer to the opaque dbtune parameter info.
Description

This function creates an empty SE_DBTUNEPARAM type object list of size param_count, and returns its opaque handle. When this parameterInfo is no longer required, free the memory using SE_dbtuneparameterinfo_free_list().

Returns

SE_SUCCESS
SE_OUT_OF_CLMEM
SE_INVALID_POINTER
SE_SDE_NOT_STARTED