DtDtsDataTypeNames(library call) DtDtsDataTypeNames(library call)NAMEDtDtsDataTypeNames -- get a list of available data typesSYNOPSIS#include <Dt/Dts.h> char **DtDtsDataTypeNames(void)DESCRIPTIONThe DtDtsDataTypeNames function returns a list of all available data types that are currently loaded into the data types database.RETURN VALUEUpon successful completion, the DtDtsDataTypeNames function returns a NULL-terminated array of pointers to data type name strings.APPLICATION USAGEThe application should use the DtDtsFreeDataTypeNames(3) function to release the memory for the returned value.SEE ALSODt/Dts.h, DtDtsLoadDataTypes(3), DtDtsFreeDataTypeNames(3). DtDtsDataTypeNames(library call)