CreateGlobalIPCPort (open)
Creates a new named global IPC port, that is reachable from other processes to (using ConnectToGlobalIPCPort). A local port with the same name is also created. No errors are reporting when the registration as global port fails. Also, callback events need to be processed.
Syntax
LOADLIB "wh::ipc.whlib";
OBJECT FUNCTION CreateGlobalIPCPort(STRING name)
Parameters
STRING name
Name for the port