HANDLE_FLAG_INHERIT top-level constant

  1. @Deprecated('Use HANDLE_FLAGS.HANDLE_FLAG_INHERIT instead')
int const HANDLE_FLAG_INHERIT

If this flag is set, a child process created with the bInheritHandles parameter of CreateProcess set to TRUE will inherit the object handle.

Implementation

@Deprecated('Use HANDLE_FLAGS.HANDLE_FLAG_INHERIT instead')
const HANDLE_FLAG_INHERIT = 0x00000001;