method onConnectionRequestNamedPipe.
(Server side only)
A named pipe server is notified by this callback when an incoming
connection occurs.
At this place, it can accept or not the connection
|
hNamedPipeClientObjectProxy
[in] . Handle of proxy named pipe object
0 Reject named pipe connection request.
1 Accept
named pipe connection request, generally by calling
AddNamedPipeClientObjectEventHandlers(
)