SE_dbtunekeywordinfo_get_name

Retrieves the DBTUNE keyword name from SE_DBTUNEKEYWORD record structure

Usage syntax

LONG SDEAPI SE_dbtunekeywordinfo_get_name(const SE_DBTUNEKEYWORD keywordInfo, ACHAR *keyword_name);

Parameters
keywordinfo The parameter object to get parameter name
keyword_name The retrieved keyword name
Description

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.

Returns

SE_SUCCESS
SE_INVALID_POINTER
SE_SDE_NOT_STARTED