PIPE_TYPE_MESSAGE top-level constant Null safety
The named pipe is a message pipe. If this value is not specified, the pipe is a byte pipe.
Implementation
const PIPE_TYPE_MESSAGE = 0x00000004;
The named pipe is a message pipe. If this value is not specified, the pipe is a byte pipe.
const PIPE_TYPE_MESSAGE = 0x00000004;