SE_dbtuneparameterinfo_free_list |
Frees a list of DBTUNE parameter info structures.
void SDEAPI SE_dbtuneparameterinfo_free_list(LONG param_count, SE_DBTUNEPARAM *parameterInfo)
parameterInfo | The dbtune parameter info object to be freed |
param_count | Total parameter count |
This function frees an array of SE_DBTUNEPARAM info structure, releasing all of its resources back to the system.
none