SE_dbtuneparameterinfo_free_list

Frees a list of DBTUNE parameter info structures.

Usage syntax

void SDEAPI SE_dbtuneparameterinfo_free_list(LONG param_count, SE_DBTUNEPARAM *parameterInfo)

Parameters
parameterInfo The dbtune parameter info object to be freed
param_count Total parameter count
Description

This function frees an array of SE_DBTUNEPARAM info structure, releasing all of its resources back to the system.

Returns

none