SE_dbtunekeywordinfo_free_list |
Frees a list of SE_DBTUNEKEYWORD info structures
void SE_dbtunekeywordinfo_free_list (LONG keyword_count, SE_DBTUNEKEYWORD *keywordInfo);
keyword_count | Total keyword count |
keywordInfo | The dbtune keyword info object (SE_DBTUNEKEYWORD) to be freed |
This function releases an array of DBTUNE keyword info structures (SE_DBTUNEKEYWORD), releasing all of its resources back to the system.
None