Sys2ConnectNamedPipe: Difference between revisions
Appearance
Created page with "==Description== Start 'listening' by allowing clients to connect to a previously-created named pipe. ==Arguments== The pipe handle, as returned by Sys2CreateNamedPipe. (REQU..." |
mNo edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Start 'listening' by allowing clients to connect to a previously-created named pipe. | Start 'listening' by allowing clients to connect to a previously-created named pipe. | ||
==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:16, 3 May 2020
Start 'listening' by allowing clients to connect to a previously-created named pipe.
Arguments
The pipe handle, as returned by Sys2CreateNamedPipe. (REQUIRED)
Return Value
1 on success, or 0 if an error occurred.