64 lines
2.4 KiB
Plaintext
64 lines
2.4 KiB
Plaintext
<!-- $XConsortium: FilToAtL.sgm /main/5 1996/08/30 13:19:33 rws $ -->
|
|
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
|
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
|
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
|
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
|
<!-- (c) Copyright 1995 Novell, Inc. -->
|
|
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
|
<!-- (c) Copyright 1995 Hitachi. -->
|
|
|
|
<![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCDI.MAN35.rsml.1">]]>
|
|
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN35.rsml.1">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>DtDtsFileToAttributeList</RefEntryTitle>
|
|
<ManVolNum>library call</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><Function>DtDtsFileToAttributeList</Function></RefName>
|
|
<RefPurpose>get a list of attributes for a file
|
|
</RefPurpose>
|
|
</RefNameDiv>
|
|
<!-- CDE Common Source Format, Version 1.0.0-->
|
|
<!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
|
|
<!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
|
|
<!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
|
|
<!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
|
|
<RefSynopsisDiv>
|
|
<FuncSynopsis Remap="ANSI">
|
|
<FuncSynopsisInfo>#include <Dt/Dts.h>
|
|
</FuncSynopsisInfo>
|
|
<FuncDef>DtDtsAttribute <Function>**DtDtsFileToAttributeList</Function></FuncDef>
|
|
<ParamDef>const char *<Parameter>filepath</Parameter></ParamDef>
|
|
</FuncSynopsis>
|
|
</RefSynopsisDiv>
|
|
<RefSect1>
|
|
<Title>DESCRIPTION</Title>
|
|
<Para>The
|
|
<Function>DtDtsFileToAttributeList</Function> function returns a list of attributes for the specified file.
|
|
</Para>
|
|
<Para>The
|
|
<Emphasis>filepath</Emphasis> argument is the pathname of the file.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>RETURN VALUE</Title>
|
|
<Para>Upon successful completion, the
|
|
<Function>DtDtsFileToAttributeList</Function> function returns a
|
|
<SystemItem Class="Constant">NULL</SystemItem>-terminated array of pointers of
|
|
<Literal>*DtDtsAttribute</Literal>, or
|
|
<SystemItem Class="Constant">NULL</SystemItem> if no values could be determined.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>APPLICATION USAGE</Title>
|
|
<Para>The application should use the
|
|
&cdeman.DtDtsFreeAttributeList; function to release the memory for the returned value.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>SEE ALSO</Title>
|
|
<Para><Filename Role="Header">Dt/Dts.h</Filename>, &cdeman.DtDtsLoadDataTypes;, &cdeman.DtDtsFreeAttributeList;.</Para>
|
|
</RefSect1>
|
|
</RefEntry>
|
|
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|