67 lines
2.3 KiB
Plaintext
67 lines
2.3 KiB
Plaintext
<!-- $XConsortium: err_int.sgm /main/5 1996/08/30 12:45:12 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.MAN67.rsml.1">]]>
|
|
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN67.rsml.1">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>tt_error_int</RefEntryTitle>
|
|
<ManVolNum>library call</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><Function>tt_error_int</Function></RefName>
|
|
<RefPurpose>return an integer error object that encodes the code
|
|
</RefPurpose>
|
|
</RefNameDiv>
|
|
<!-- $XConsortium: err_int.sgm /main/5 1996/08/30 12:45:12 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 <Tt/tt_c.h>
|
|
</FuncSynopsisInfo>
|
|
<FuncDef>int <Function>tt_error_int</Function></FuncDef>
|
|
<ParamDef>Tt_status <Parameter>ttrc</Parameter></ParamDef>
|
|
</FuncSynopsis>
|
|
</RefSynopsisDiv>
|
|
<RefSect1>
|
|
<Title>DESCRIPTION</Title>
|
|
<Para>The
|
|
<Function>tt_error_int</Function> function
|
|
returns an integer error object that encodes a
|
|
<StructName Role="typedef">Tt_status</StructName> return value.
|
|
</Para>
|
|
<Para>The
|
|
<Emphasis>ttrc</Emphasis> argument is the
|
|
<StructName Role="typedef">Tt_status</StructName> code that is to be encoded.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>RETURN VALUE</Title>
|
|
<Para>Upon successful completion, the
|
|
<Function>tt_error_int</Function> function returns the encoded
|
|
<StructName Role="typedef">Tt_status</StructName> code.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>APPLICATION USAGE</Title>
|
|
<Para>The integer error objects are negative integers;
|
|
an application should use this call only when
|
|
the valid integer values are non-negative.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>SEE ALSO</Title>
|
|
<Para>&cdeman.Tt.tt.c.h;.</Para>
|
|
</RefSect1>
|
|
</RefEntry>
|
|
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|