64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
<!-- $XConsortium: uid.sgm /main/5 1996/08/30 13:45:57 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.MAN156.rsml.1">]]>
|
|
<![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN156.rsml.1">]]>
|
|
<RefMeta>
|
|
<RefEntryTitle>tt_message_uid</RefEntryTitle>
|
|
<ManVolNum>library call</ManVolNum>
|
|
</RefMeta>
|
|
<RefNameDiv>
|
|
<RefName><Function>tt_message_uid</Function></RefName>
|
|
<RefPurpose>retrieve the user identifier attribute from a message
|
|
</RefPurpose>
|
|
</RefNameDiv>
|
|
<!-- $XConsortium: uid.sgm /main/5 1996/08/30 13:45:57 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>uid_t <Function>tt_message_uid</Function></FuncDef>
|
|
<ParamDef>Tt_message <Parameter>m</Parameter></ParamDef>
|
|
</FuncSynopsis>
|
|
</RefSynopsisDiv>
|
|
<RefSect1>
|
|
<Title>DESCRIPTION</Title>
|
|
<Para>The
|
|
<Function>tt_message_uid</Function> function
|
|
retrieves the user identifier attribute from the specified message.
|
|
</Para>
|
|
<Para>The ToolTalk service automatically sets the user identifier of a message with
|
|
the user identifier of the process that created the message.
|
|
</Para>
|
|
<Para>The
|
|
<Emphasis>m</Emphasis> argument is the opaque handle for the message involved in this operation.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>RETURN VALUE</Title>
|
|
<Para>Upon successful completion, the
|
|
<Function>tt_message_uid</Function> function returns
|
|
the user identifier of the message.
|
|
If the group
|
|
<Literal>nobody</Literal> is returned, the
|
|
message handle is not valid.
|
|
</Para>
|
|
</RefSect1>
|
|
<RefSect1>
|
|
<Title>SEE ALSO</Title>
|
|
<Para>&cdeman.Tt.tt.c.h;, &cdeman.tt.message.gid;.</Para>
|
|
</RefSect1>
|
|
</RefEntry>
|
|
<!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->
|