1 <!doctype html public
"-//w3c//dtd html 4.0 transitional//en">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
5 <meta name=
"GENERATOR" content=
"Mozilla/4.73 (Macintosh; U; PPC) [Netscape]">
6 <title>mach_port_insert_member.html
</title>
11 mach_port_insert_member
</h2>
14 <p><b>Function
</b> - Move the specified receive right into or out of the
19 <pre><b>kern_return_t
mach_port_insert_member
20 </b> <b>(ipc_space_t
</b> <i>task
</i>,
21 <b>mach_port_name_t
</b> <i>member
</i>,
22 <b>mach_port_name_t
</b> <i>set
</i><b>);
</b></pre>
32 [in task send right] The task holding the port set and receive right.
</dd>
38 [in scalar] The task's name for the receive right.
</dd>
44 [in scalar] The task's name for the port set.
</dd>
49 The
<b>mach_port_insert_member
</b> function adds a receive right to a port
50 set. If the receive right is already a member of another port set, that
51 relationship is unafected by this operation.
A receive right can
52 be in multiple port sets simultaneously.
55 This interface is machine word length specific because of the port name
62 <b>KERN_INVALID_NAME
</b></dt>
65 <i>member
</i> or
<i>set
</i> did not denote a right.
</dd>
68 <b>KERN_INVALID_RIGHT
</b></dt>
71 <i>member
</i> denoted a right, but not a receive right, or
<i>set
</i> denoted
72 a right, but not a port set.
</dd>
76 RELATED INFORMATION
</h3>
78 <b><a href=
"HTML/mach_port_extract_member.html">mach_port_extract_member
</a></b>,
79 <b><a href=
"HTML/mach_port_move_member.html">mach_port_move_member
</a></b>,
80 <b><a href=
"HTML/mach_port_get_set_status.html">mach_port_get_set_status
</a></b>,
81 <b><a href=
"HTML/mach_port_get_attributes.html">mach_port_get_attributes
</a></b>.