VSTa manual pages - MSG_PORT (2)
NAME
msg_port - create a server port
CONTENTS
Synopsis
Description
SYNOPSIS
#include <sys/msg.h>
int msg_port(port_name pn, port_name *pnp);
DESCRIPTION
The
msg_port() system service creates a new server port. The
pn parameter provides a system-wide name for the port, and
is passed to
msg_connect() in clients wishing to connect to this server port.
It is an error to use a
pn value already in use on the system.
If zero, a value is picked by the kernel.
pnp, if non-NULL, will be assigned the port name assigned
to the new port.
Generated by manServer 1.06 from msg_port.2 using man macros.