(C) 1998 AROS - The Amiga Research OS


NAME

struct MsgPort * FindPort (name)

LOCATION
In SysBase at offset 65

SYNOPSIS
STRPTR name

FUNCTION
Look for a public messageport by name. This function doesn't arbitrate for the port list and must be protected with a Forbid() Permit() pair.

INPUTS
port
Pointer to NUL terminated C string.

RESULT
Pointer to struct MsgPort or NULL if there is no port of that name.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY