1 <h2>mach_host_self
</h2>
4 <strong>System Trap
</strong> - Returns the host self port
7 host_name_port_t mach_host_self( void );
</strong>
15 The
<strong>mach_host_self
</strong> function
16 returns send rights to the task's host self port.
17 By default, this is the name port for the current host
18 but can be a different value if so set.
20 <h3>RETURN VALUES
</h3>
22 [host-self send right] Send rights to the host's name port.
24 <h3>RELATED INFORMATION
</h3>
27 <a href=
"host_info.html"><strong>host_info
</strong></a>,
28 <a href=
"task_set_special_port.html"><strong>task_set_special_port
</strong></a>.