PIPE_SERVER_END top-level constant

int const PIPE_SERVER_END

The handle refers to the server end of a named pipe instance. If this value is not specified, the handle refers to the client end of a named pipe instance.

Implementation

const PIPE_SERVER_END = 0x00000001;