PIPE_TYPE_MESSAGE top-level constant

int const PIPE_TYPE_MESSAGE

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;