| 
 DtDtsDataTypeNames(library call)           DtDtsDataTypeNames(library call)
 NAME    [Toc]    [Back]
      DtDtsDataTypeNames - get a list of available data types
 SYNOPSIS    [Toc]    [Back]
      #include <Dt/Dts.h>
      char **DtDtsDataTypeNames(void)
 DESCRIPTION    [Toc]    [Back]
      The DtDtsDataTypeNames function returns a list of all available data
      types that are currently loaded into the data types database.
 RETURN VALUE    [Toc]    [Back]
      Upon successful completion, the DtDtsDataTypeNames function returns a
      NULL-terminated array of pointers to data type name strings.
 APPLICATION USAGE    [Toc]    [Back]
      The application should use the DtDtsFreeDataTypeNames(3) function to
      release the memory for the returned value.
 SEE ALSO    [Toc]    [Back]
      Dt/Dts.h, DtDtsLoadDataTypes(3), DtDtsFreeDataTypeNames(3).
                                    - 1 -       Formatted:  January 24, 2005[ Back ] |