Files
cdesktop/cde/doc/C/guides/man/m3_tt/int_err.sgm

59 lines
2.1 KiB
Plaintext

<!-- $XConsortium: int_err.sgm /main/5 1996/08/30 12:48: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.MAN83.rsml.1">]]>
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN83.rsml.1">]]>
<RefMeta>
<RefEntryTitle>tt_int_error</RefEntryTitle>
<ManVolNum>library call</ManVolNum>
</RefMeta>
<RefNameDiv>
<RefName><Function>tt_int_error</Function></RefName>
<RefPurpose>return the status of an error object
</RefPurpose>
</RefNameDiv>
<!-- $XConsortium: int_err.sgm /main/5 1996/08/30 12:48:15 rws $-->
<!-- 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 &lt;Tt/tt_c.h>
</FuncSynopsisInfo>
<FuncDef>Tt_status <Function>tt_int_error</Function></FuncDef>
<ParamDef>int <Parameter>return_val</Parameter></ParamDef>
</FuncSynopsis>
</RefSynopsisDiv>
<RefSect1>
<Title>DESCRIPTION</Title>
<Para>The
<Function>tt_int_error</Function> function returns the status of an error object.
</Para>
<Para>The
<Emphasis>return_val</Emphasis> argument is the integer returned by a ToolTalk function.
</Para>
</RefSect1>
<RefSect1>
<Title>RETURN VALUE</Title>
<Para>Upon successful completion, the
<Function>tt_int_error</Function> function returns either
<SystemItem Class="Constant">TT_OK</SystemItem>, if the integer is not an
error object, or the encoded
<StructName Role="typedef">Tt_status</StructName> value if the integer is an error object.
</Para>
</RefSect1>
<RefSect1>
<Title>SEE ALSO</Title>
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.int.error;.</Para>
</RefSect1>
</RefEntry>
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->