SE_dbtunekeywordinfo_get_name |
Retrieves the DBTUNE keyword name from SE_DBTUNEKEYWORD record structure
LONG SDEAPI SE_dbtunekeywordinfo_get_name(const SE_DBTUNEKEYWORD keywordInfo, ACHAR *keyword_name);
keywordinfo | The parameter object to get parameter name |
keyword_name | The retrieved keyword name |
This function returns the DBTUNE keyword_name record value from an SE_DBTUNEKEYWORD record structure. The calling function must allocate a CHAR buffer of at least SE_MAX_CONFIG_KEYWORD_LEN bytes to receive the result.