Sys2ConnectNamedPipe: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Start 'listening' by allowing clients to connect to a previously-created named pipe. | Start 'listening' by allowing clients to connect to a previously-created named pipe. | ||
Line 7: | Line 6: | ||
'''REXX RETURN VALUE:''' | '''REXX RETURN VALUE:''' | ||
1 on success, or 0 if an error occurred. | 1 on success, or 0 if an error occurred. | ||
[[Category:RxUtilEx]] |
Revision as of 14:47, 26 February 2017
Start 'listening' by allowing clients to connect to a previously-created named pipe.
Arguments
The pipe handle, as returned by Sys2CreateNamedPipe. (REQUIRED)
REXX RETURN VALUE:
1 on success, or 0 if an error occurred.