123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!-- $XConsortium: DaTIsAct.sgm /main/5 1996/08/30 13:18:30 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.MAN31.rsml.1">]]>
- <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN31.rsml.1">]]>
- <RefMeta>
- <RefEntryTitle>DtDtsDataTypeIsAction</RefEntryTitle>
- <ManVolNum>library call</ManVolNum>
- </RefMeta>
- <RefNameDiv>
- <RefName><Function>DtDtsDataTypeIsAction</Function></RefName>
- <RefPurpose>determine if the data type is an action
- </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>int <Function>DtDtsDataTypeIsAction</Function></FuncDef>
- <ParamDef>const char *<Parameter>datatype</Parameter></ParamDef>
- </FuncSynopsis>
- </RefSynopsisDiv>
- <RefSect1>
- <Title>DESCRIPTION</Title>
- <Para>The
- <Function>DtDtsDataTypeIsAction</Function> function determines if the specified data type is
- an action—a data type that was loaded from the action tables
- of the actions and data types database.
- </Para>
- <Para>The
- <Emphasis>datatype</Emphasis> argument is a pointer to a data type name string.
- </Para>
- </RefSect1>
- <RefSect1>
- <Title>RETURN VALUE</Title>
- <Para>Upon successful completion, the
- <Function>DtDtsDataTypeIsAction</Function> function returns non-zero if the data type is an action;
- otherwise, it returns zero.
- </Para>
- </RefSect1>
- <RefSect1>
- <Title>SEE ALSO</Title>
- <Para><Filename Role="Header">Dt/Dts.h</Filename>, &cdeman.DtDtsLoadDataTypes;.</Para>
- </RefSect1>
- </RefEntry>
- <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|