unregist.sgm 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!-- $XConsortium: unregist.sgm /main/5 1996/08/30 14:21:47 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.MAN209.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN209.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>tt_pattern_unregister</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>tt_pattern_unregister</Function></RefName>
  17. <RefPurpose>unregister a pattern from the ToolTalk service
  18. </RefPurpose>
  19. </RefNameDiv>
  20. <!-- $XConsortium: unregist.sgm /main/5 1996/08/30 14:21:47 rws $-->
  21. <!-- CDE Common Source Format, Version 1.0.0-->
  22. <!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
  23. <!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
  24. <!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
  25. <!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
  26. <RefSynopsisDiv>
  27. <FuncSynopsis Remap="ANSI">
  28. <FuncSynopsisInfo>#include &lt;Tt/tt_c.h>
  29. </FuncSynopsisInfo>
  30. <FuncDef>Tt_status <Function>tt_pattern_unregister</Function></FuncDef>
  31. <ParamDef>Tt_pattern <Parameter>p</Parameter></ParamDef>
  32. </FuncSynopsis>
  33. </RefSynopsisDiv>
  34. <RefSect1>
  35. <Title>DESCRIPTION</Title>
  36. <Para>The
  37. <Function>tt_pattern_unregister</Function> function
  38. unregisters the specified pattern from the ToolTalk service.
  39. The process will stop receiving messages that match this pattern.
  40. </Para>
  41. <Para>The
  42. <Emphasis>p</Emphasis> argument is a unique handle for a message pattern.
  43. This handle is returned after
  44. &cdeman.tt.pattern.create; is called.
  45. </Para>
  46. </RefSect1>
  47. <RefSect1>
  48. <Title>RETURN VALUE</Title>
  49. <Para>Upon successful completion, the
  50. <Function>tt_pattern_unregister</Function> function returns the status of the operation as one of the following
  51. <StructName Role="typedef">Tt_status</StructName> values:
  52. </Para>
  53. <VariableList>
  54. <VarListEntry>
  55. <Term>TT_OK</Term>
  56. <ListItem>
  57. <Para>The operation completed successfully.
  58. </Para>
  59. </ListItem>
  60. </VarListEntry>
  61. <VarListEntry>
  62. <Term>TT_ERR_NOMP</Term>
  63. <ListItem>
  64. <Para>The
  65. &cdeman.ttsession; process is not running and the ToolTalk service cannot restart it.
  66. </Para>
  67. </ListItem>
  68. </VarListEntry>
  69. <VarListEntry>
  70. <Term>TT_ERR_POINTER</Term>
  71. <ListItem>
  72. <Para>The pointer passed does not point to an object of
  73. the correct type for this operation.
  74. </Para>
  75. </ListItem>
  76. </VarListEntry>
  77. </VariableList>
  78. </RefSect1>
  79. <RefSect1>
  80. <Title>SEE ALSO</Title>
  81. <Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.pattern.register;, &cdeman.tt.pattern.create;.</Para>
  82. </RefSect1>
  83. </RefEntry>
  84. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->