PIPE_SERVER_END top-level constant

  1. @Deprecated('Use NAMED_PIPE_MODE.PIPE_SERVER_END instead')
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

@Deprecated('Use NAMED_PIPE_MODE.PIPE_SERVER_END instead')
const PIPE_SERVER_END = 0x00000001;