FilToAtL.sgm 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!-- $XConsortium: FilToAtL.sgm /main/5 1996/08/30 13:19:33 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.MAN35.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN35.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtDtsFileToAttributeList</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtDtsFileToAttributeList</Function></RefName>
  17. <RefPurpose>get a list of attributes 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>DtDtsAttribute <Function>**DtDtsFileToAttributeList</Function></FuncDef>
  30. <ParamDef>const char *<Parameter>filepath</Parameter></ParamDef>
  31. </FuncSynopsis>
  32. </RefSynopsisDiv>
  33. <RefSect1>
  34. <Title>DESCRIPTION</Title>
  35. <Para>The
  36. <Function>DtDtsFileToAttributeList</Function> function returns a list of attributes 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>DtDtsFileToAttributeList</Function> function returns a
  46. <SystemItem Class="Constant">NULL</SystemItem>-terminated array of pointers of
  47. <Literal>*DtDtsAttribute</Literal>, or
  48. <SystemItem Class="Constant">NULL</SystemItem> if no values could be determined.
  49. </Para>
  50. </RefSect1>
  51. <RefSect1>
  52. <Title>APPLICATION USAGE</Title>
  53. <Para>The application should use the
  54. &cdeman.DtDtsFreeAttributeList; function to release the memory for the returned value.
  55. </Para>
  56. </RefSect1>
  57. <RefSect1>
  58. <Title>SEE ALSO</Title>
  59. <Para><Filename Role="Header">Dt/Dts.h</Filename>, &cdeman.DtDtsLoadDataTypes;, &cdeman.DtDtsFreeAttributeList;.</Para>
  60. </RefSect1>
  61. </RefEntry>
  62. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->