DaTIsAct.sgm 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!-- $XConsortium: DaTIsAct.sgm /main/5 1996/08/30 13:18:30 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.MAN31.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN31.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtDtsDataTypeIsAction</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtDtsDataTypeIsAction</Function></RefName>
  17. <RefPurpose>determine if the data type is an action
  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>int <Function>DtDtsDataTypeIsAction</Function></FuncDef>
  30. <ParamDef>const char *<Parameter>datatype</Parameter></ParamDef>
  31. </FuncSynopsis>
  32. </RefSynopsisDiv>
  33. <RefSect1>
  34. <Title>DESCRIPTION</Title>
  35. <Para>The
  36. <Function>DtDtsDataTypeIsAction</Function> function determines if the specified data type is
  37. an action&mdash;a data type that was loaded from the action tables
  38. of the actions and data types database.
  39. </Para>
  40. <Para>The
  41. <Emphasis>datatype</Emphasis> argument is a pointer to a data type name string.
  42. </Para>
  43. </RefSect1>
  44. <RefSect1>
  45. <Title>RETURN VALUE</Title>
  46. <Para>Upon successful completion, the
  47. <Function>DtDtsDataTypeIsAction</Function> function returns non-zero if the data type is an action;
  48. otherwise, it returns zero.
  49. </Para>
  50. </RefSect1>
  51. <RefSect1>
  52. <Title>SEE ALSO</Title>
  53. <Para><Filename Role="Header">Dt/Dts.h</Filename>, &cdeman.DtDtsLoadDataTypes;.</Para>
  54. </RefSect1>
  55. </RefEntry>
  56. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->