1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <!-- $XConsortium: FindAttr.sgm /main/5 1996/08/30 13:20:15 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.MAN38.rsml.1">]]>
- <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN38.rsml.1">]]>
- <RefMeta>
- <RefEntryTitle>DtDtsFindAttribute</RefEntryTitle>
- <ManVolNum>library call</ManVolNum>
- </RefMeta>
- <RefNameDiv>
- <RefName><Function>DtDtsFindAttribute</Function></RefName>
- <RefPurpose>get a specified list of data types
- </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>char <Function>**DtDtsFindAttribute</Function></FuncDef>
- <ParamDef>const char *<Parameter>attr_name</Parameter></ParamDef>
- <ParamDef>const char *<Parameter>attr_value</Parameter></ParamDef>
- </FuncSynopsis>
- </RefSynopsisDiv>
- <RefSect1>
- <Title>DESCRIPTION</Title>
- <Para>The
- <Function>DtDtsFindAttribute</Function> function
- returns the list of data types that have an attribute name that equals
- the specified value.
- </Para>
- <Para>The
- <Emphasis>attr_name</Emphasis> argument is the attribute name.
- </Para>
- <Para>The
- <Emphasis>attr_value</Emphasis> argument is the value of an attribute to be matched.
- </Para>
- </RefSect1>
- <RefSect1>
- <Title>RETURN VALUE</Title>
- <Para>Upon successful completion, the
- <Function>DtDtsFindAttribute</Function> function returns a
- <SystemItem Class="Constant">NULL</SystemItem>-terminated array of data types, or
- <SystemItem Class="Constant">NULL</SystemItem> if no value could be determined.
- </Para>
- </RefSect1>
- <RefSect1>
- <Title>APPLICATION USAGE</Title>
- <Para>The application should use the
- &cdeman.DtDtsFreeDataTypeNames; 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.DtDtsFreeDataTypeNames;.</Para>
- </RefSect1>
- </RefEntry>
- <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|