DaTNames.sgm 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!-- $XConsortium: DaTNames.sgm /main/5 1996/08/30 13:18:42 rws $ -->
  2. <!-- (c) Copyright 1995 Digital Equipment Corporation. -->
  3. <!-- (c) Copyright 1995 Hewlett-Packard Company. -->
  4. <!-- (c) Copyright 1995 International Business Machines Corp. -->
  5. <!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
  6. <!-- (c) Copyright 1995 Novell, Inc. -->
  7. <!-- (c) Copyright 1995 FUJITSU LIMITED. -->
  8. <!-- (c) Copyright 1995 Hitachi. -->
  9. <![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCDI.MAN32.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN32.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtDtsDataTypeNames</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtDtsDataTypeNames</Function></RefName>
  17. <RefPurpose>get a list of available data types
  18. </RefPurpose>
  19. </RefNameDiv>
  20. <!-- CDE Common Source Format, Version 1.0.0-->
  21. <!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
  22. <!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
  23. <!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
  24. <!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
  25. <RefSynopsisDiv>
  26. <FuncSynopsis>
  27. <FuncSynopsisInfo>#include &lt;Dt/Dts.h>
  28. </FuncSynopsisInfo>
  29. <FuncDef>char <Function>**DtDtsDataTypeNames</Function></FuncDef>
  30. <void>
  31. </FuncSynopsis>
  32. </RefSynopsisDiv>
  33. <RefSect1>
  34. <Title>DESCRIPTION</Title>
  35. <Para>The
  36. <Function>DtDtsDataTypeNames</Function> function
  37. returns a list of all available data types that are
  38. currently loaded into the data types database.
  39. </Para>
  40. </RefSect1>
  41. <RefSect1>
  42. <Title>RETURN VALUE</Title>
  43. <Para>Upon successful completion, the
  44. <Function>DtDtsDataTypeNames</Function> function returns a
  45. <SystemItem Class="Constant">NULL</SystemItem>-terminated array of pointers to data type name strings.
  46. </Para>
  47. </RefSect1>
  48. <RefSect1>
  49. <Title>APPLICATION USAGE</Title>
  50. <Para>The application should use the
  51. &cdeman.DtDtsFreeDataTypeNames; function to release the memory for the returned value.
  52. </Para>
  53. </RefSect1>
  54. <RefSect1>
  55. <Title>SEE ALSO</Title>
  56. <Para><Filename Role="Header">Dt/Dts.h</Filename>, &cdeman.DtDtsLoadDataTypes;, &cdeman.DtDtsFreeDataTypeNames;.</Para>
  57. </RefSect1>
  58. </RefEntry>
  59. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->