Searched refs:bInheritHandle (Results 1 – 25 of 26) sorted by relevance
12
154 BOOL bInheritHandle; in win32_OpenProcess() local159 &dwDesiredAccess, &bInheritHandle, &dwProcessId)) in win32_OpenProcess()162 handle = OpenProcess(dwDesiredAccess, bInheritHandle, dwProcessId); in win32_OpenProcess()
107 sec_attr_stdout.bInheritHandle = TRUE; in RunCommand()118 sec_attr_stdin.bInheritHandle = TRUE; in RunCommand()
48 security.bInheritHandle=TRUE;
67 sa.bInheritHandle = TRUE; in run_powershell()
40 attr.bInheritHandle = true; in Subprocess()
157 secattr.bInheritHandle = TRUE; in GetStdioHandle()
183 attributes.bInheritHandle = child_process_inherit; in OpenNamedPipe()
174 saAttr.bInheritHandle = TRUE; // Pipe handles are inherited by child process. in ExecCmd()
176 attrs.bInheritHandle = TRUE; in StartSymbolizerSubprocess()
206 attrs.bInheritHandle = TRUE; in StartSymbolizerSubprocess()
159 securityAttribs.bInheritHandle = TRUE; in WindowsProcess()
202 attrs.bInheritHandle = TRUE; in Start()
522 securityAttr.bInheritHandle = TRUE; in start()
658 securityAttr.bInheritHandle = TRUE; in deProcess_start()
402 priv->attr.bInheritHandle = FALSE; in ctrl_iface_parse()
146 sa.bInheritHandle = TRUE;
1113 SA.bInheritHandle = Inherit;
126 sa.bInheritHandle = TRUE;
147 sa.bInheritHandle = TRUE;
1133 SA.bInheritHandle = Inherit;
780 security_attributes.bInheritHandle = true; in TEST_F()
2354 sa.bInheritHandle=TRUE; in NTSystemCommand()
1216 m_securityAttributes.bInheritHandle = TRUE; in getSecurityAttributes()
5552 saAttr.bInheritHandle = TRUE; in _PyPopen()