Jump to content

Sys2DisconnectNamedPipe: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
wrong category
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:12, 26 February 2017

Description

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.