Jump to content

Sys2DisconnectNamedPipe: Difference between revisions

From EDM2
Ak120 (talk | contribs)
wrong category
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
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.     (REQUIRED)
The pipe handle, as returned by Sys2CreateNamedPipe. (REQUIRED)


'''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:48, 26 February 2017

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

Arguments

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

REXX RETURN VALUE:

 1 on success, or 0 if an error occurred.