ConnectToIPCPort (open)
Connects to an IPC port. If the port exists, a link is established immediately.
Syntax
LOADLIB "wh::ipc.whlib";
OBJECT FUNCTION ConnectToIPCPort(STRING name)
Parameters
STRING name
Name of the port to connect to
Return value
OBJECT
Possible objecttypes:
New link endpoint, DEFAULT OBJECT when port does not exist.