PIPE_CLIENT_END top-level constant

  1. @Deprecated('Use NAMED_PIPE_MODE.PIPE_CLIENT_END instead')
int const PIPE_CLIENT_END

The handle refers to the client end of a named pipe instance. This is the default.

Implementation

@Deprecated('Use NAMED_PIPE_MODE.PIPE_CLIENT_END instead')
const PIPE_CLIENT_END = 0x00000000;