FilToDaT.sgm 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!-- $XConsortium: FilToDaT.sgm /main/5 1996/08/30 13:20:01 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.MAN37.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN37.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtDtsFileToDataType</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtDtsFileToDataType</Function></RefName>
  17. <RefPurpose>get a data type for a file
  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 Remap="ANSI">
  27. <FuncSynopsisInfo>#include &lt;Dt/Dts.h>
  28. </FuncSynopsisInfo>
  29. <FuncDef>char <Function>*DtDtsFileToDataType</Function></FuncDef>
  30. <ParamDef>const char *<Parameter>filepath</Parameter></ParamDef>
  31. </FuncSynopsis>
  32. </RefSynopsisDiv>
  33. <RefSect1>
  34. <Title>DESCRIPTION</Title>
  35. <Para>The function
  36. <Function>DtDtsFileToDataType</Function> returns a data type name for the specified file.
  37. </Para>
  38. <Para>The
  39. <Emphasis>filepath</Emphasis> argument is the pathname of the file.
  40. </Para>
  41. </RefSect1>
  42. <RefSect1>
  43. <Title>RETURN VALUE</Title>
  44. <Para>Upon successful completion, the
  45. <Function>DtDtsFileToDataType</Function> function returns a pointer to a data type name string, or
  46. <SystemItem Class="Constant">NULL</SystemItem> if no value could be determined.
  47. </Para>
  48. </RefSect1>
  49. <RefSect1>
  50. <Title>APPLICATION USAGE</Title>
  51. <Para>The application should use the
  52. &cdeman.DtDtsFreeDataType; function to release the memory for the returned value.
  53. </Para>
  54. </RefSect1>
  55. <RefSect1>
  56. <Title>SEE ALSO</Title>
  57. <Para><Filename Role="Header">Dt/Dts.h</Filename>, &cdeman.DtDtsLoadDataTypes;, &cdeman.DtDtsFreeDataType;.</Para>
  58. </RefSect1>
  59. </RefEntry>
  60. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->