Sys2ConnectNamedPipe: Difference between revisions
Appearance
Created page with "==Description== Start 'listening' by allowing clients to connect to a previously-created named pipe. ==Arguments== The pipe handle, as returned by Sys2CreateNamedPipe. (REQU..." |
(No difference)
|
Revision as of 02:54, 10 January 2016
Description
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.