Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
rexxsyslib.library
NAME
DeleteRexxHostPort
Delete a port of an ARexx host (V45)
SYNOPSIS
DeleteRexxHostPort(port)
A0
VOID DeleteRexxHostPort(struct MsgPort *)
FUNCTION
Deletes a port created by
CreateRexxHostPort()
INPUTS
port
Pointer to the port to be deleted. Passing NULL is a no-op.
NOTES
The port passed in must have been created by
CreateRexxHostPort()
SEE ALSO
CreateRexxHostPort()
BUGS