60 lines
2.1 KiB
Plaintext
60 lines
2.1 KiB
Plaintext
<!-- $XConsortium: err_poin.sgm /main/5 1996/08/30 12:45:23 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.MAN68.rsml.1">]]>
|
|
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN68.rsml.1">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>tt_error_pointer</RefEntryTitle>
|
|
<ManVolNum>library call</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><Function>tt_error_pointer</Function></RefName>
|
|
<RefPurpose>return a pointer to an error object that encodes the code
|
|
</RefPurpose>
|
|
</RefNameDiv>
|
|
<!-- $XConsortium: err_poin.sgm /main/5 1996/08/30 12:45:23 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>void <Function>*tt_error_pointer</Function></FuncDef>
|
|
<ParamDef>Tt_status <Parameter>ttrc</Parameter></ParamDef>
|
|
</FuncSynopsis>
|
|
</RefSynopsisDiv>
|
|
<RefSect1>
|
|
<Title>DESCRIPTION</Title>
|
|
<Para>The
|
|
<Function>tt_error_pointer</Function> function
|
|
returns a pointer to an 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_pointer</Function> function returns a pointer to the encoded
|
|
<StructName Role="typedef">Tt_status</StructName> code.
|
|
</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-->
|