FILE_FLAG_FIRST_PIPE_INSTANCE top-level constant

int const FILE_FLAG_FIRST_PIPE_INSTANCE

If you attempt to create multiple instances of a pipe with this flag, creation of the first instance succeeds, but creation of the next instance fails with ERROR_ACCESS_DENIED.

Implementation

const FILE_FLAG_FIRST_PIPE_INSTANCE = 0x00080000;