boolean createLocalNamedPipe(String pipeName, int capacity)
boolean createLocalNamedPipe(String pipeName, int capacity)
Name | Type | Description |
---|---|---|
pipeName | String | Name of the pipe |
capacity | int | Maximum capacity of the pipe |
Type | Description |
---|---|
boolean | true if no pipe was previously registered with the specified name, false if a pipe was already registered with the specified name |