Jump to content

Sys2ConnectNamedPipe: Difference between revisions

From EDM2
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 edit summary
Line 7: Line 7:
'''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:The OS/2 API Project]]

Revision as of 14:57, 16 June 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.