Sys2DisconnectNamedPipe: Difference between revisions
Appearance
Created page with "==Description== Unlocks a named pipe after a client has closed its connection. ==Arguments== The pipe handle, as returned by Sys2CreateNamedPipe. (REQUIRED) '''REXX RET..." |
mNo edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Unlocks a named pipe after a client has closed its connection. | Unlocks a named pipe after a client has closed its connection. | ||
==Arguments== | ==Arguments== | ||
The pipe handle, as returned by Sys2CreateNamedPipe. | The pipe handle, as returned by [[Sys2CreateNamedPipe]]. (REQUIRED) | ||
==Return Value== | |||
1 on success, or 0 if an error occurred. | |||
[[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.