HANDLE_FLAG_INHERIT top-level constant

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

const HANDLE_FLAG_INHERIT = 0x00000001;