INamedPipeBusAdapter::OpenNamedPipe

Creates the named pipe server so that clients can connect to it.

Parameter:

NameOfPipe [In]

 

ShareMode [In]

0: The pipe is available to everyone.

1: The pipe is only available to selected users. See the AddUserToPipe method.

OpenMode [In]

0: Duplex. Opens the pipe in bi-directional mode.

1: Inbound. Read mode. Data flows to the pipe server from the client.

2: Outbound. Write mode. Data flows from the pipe server to the client.

More information:

INamedPipeBusAdapter Interface