FILE_FLAG_FIRST_PIPE_INSTANCE top-level constant

  1. @Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_FIRST_PIPE_INSTANCE instead')
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

@Deprecated(
    'Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_FIRST_PIPE_INSTANCE instead')
const FILE_FLAG_FIRST_PIPE_INSTANCE = 0x00080000;