Jump to content

Sys2DisconnectNamedPipe: Difference between revisions

From EDM2
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..."
(No difference)

Revision as of 03:57, 10 January 2016

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.