PIPE_READMODE_MESSAGE top-level constant

int const PIPE_READMODE_MESSAGE

Data is read from the pipe as a stream of messages. This mode can be only used if PIPE_TYPE_MESSAGE is also specified.

Implementation

const PIPE_READMODE_MESSAGE = 0x00000002;