logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSMgmtDataTypeGet - TSMgmtDataTypeGet API function

Description

       Get  the  type  of  a  value for a configuration variable. var_name is the name of the variable as a null
       terminated string. The type value is stored in result. The function can return TS_ERROR  if  var_name  is
       not found.

Name

       TSMgmtDataTypeGet - TSMgmtDataTypeGet API function

Return Values

TS_SUCCESS if the var_name was found, TS_ERROR if not.

Synopsis

          #include <ts/ts.h>

       TSReturnCodeTSMgmtDataTypeGet(constchar*var_name,TSRecordDataType*result)

Types

       Check TSRecordDataType for a detailed description.

See Also