Contents | Index | < Browse | Browse >
usage: OPENPORT(name)
-Creates a public message port with the given name. The returned boolean
value indicates whether the port was successfully opened. An initialization
failure will occur if another port of the same name already exists or if a
signal bit couldn't be allocated.
-The message port is allocated as a Port Resource node and is linked into the
program's global data structure. Ports are automatically closed when the
program exits and any pending messages are returned to the sender. See also
Closeport()