Jump to content

Sys2DisconnectNamedPipe: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
Line 2: Line 2:


==Arguments==
==Arguments==
The pipe handle, as returned by Sys2CreateNamedPipe. (REQUIRED)
The pipe handle, as returned by [[Sys2CreateNamedPipe]]. (REQUIRED)


'''REXX RETURN VALUE:'''
==Return Value==
  1 on success, or 0 if an error occurred.
1 on success, or 0 if an error occurred.


[[Category:RxUtilEx]]
[[Category:RxUtilEx]]

Latest revision as of 06:18, 3 May 2020

Unlocks a named pipe after a client has closed its connection.

Arguments

The pipe handle, as returned by Sys2CreateNamedPipe. (REQUIRED)

Return Value

1 on success, or 0 if an error occurred.